absolute file path in a war file
843836Jan 15 2004 — edited Feb 20 2004Hi,
I have a war file which I have deployed on a Weblogic 7 server.I have a startup servlet which tries to read an xml file located in the WEB-INF folder.I need to have the absolute path to the file so that my parser can read the xml file.
ServletContext.getRealPath() returns null when the application is in a war format.
Would be grateful for any help.
regards
Vikram