Click to See Complete Forum and Search --> : WebSphere - Servlet - properties


Bowena
06-05-2003, 02:54 PM
I'm writing a servlet to run in WebSphere 4.0, I need to access a properties
file. I want to include the properties file in the *.WAR as a reference
file, but cant seem to give the servlet the correct path.

Documentation says the file will be in the content root- so I've tried:
filename.properties and
./filename.properties

but no luck. what am I missing?