I 'm involved in an application similar to Petstore architecture - wherein a
servlet is made use of to access an XML file, get its URL and thus read its contents.
When the statement -
getResource("\\web-inf\\xml\\<filename.xml>")
is given in the init() method of the servlet an exception is thrown.
Is there any specific convention to access a web resource such as an xml file in Websphere(3.5 version AE).The same statement however works in VAJ 3.5.However when i expoert the same code to WAS an exception results.Any reason as to why the web resource is not being located?
Could anyone help me out with this - i've been held up at this point for quite some time.