Probably not without using standard java io and a file path (which you can't rely on for packed web-apps).

If the file was in /appName/WEB-INF/classes it would be a resource that could be found by the classloader.

HTH,

Jon

sbell wrote:
Hello,

Is there anyway of referencing a properties file located in: /appName/WEB-INF/file.propertes From inside a standard java class file?
steve



---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to