I too do the same thing; I am reading properties from a property file, thats
under WEB-INF/classes directory.

code is:  InputStream in = getClass().getClassLoader().getResourceAsStream("
sample.properties");

Code is working fine.


--
Manivannan.Palanichamy (@) Oracle.com
http://mani.gw.googlepages.com/index.html





On 7/14/07, Jacob Rhoden <[EMAIL PROTECTED]> wrote:

Hi,

I have seen a few apps do this now and I would like to do it, to have a
configure page that read and writes a properties file somewhere inside
the WEB-INF directory. That said, I have been researching and cant find
out where, what is the correct way to find the location of your WEB-INF
directory (or your apps directory for that matter).

Best Regards,
Jacob

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




--
Manivannan.Palanichamy (@) Oracle.com
http://mani.gw.googlepages.com/index.html

Reply via email to