Java Mailing List Archive

http://www.junlu.com/

Home » Home (12/2007) » Apache Tomcat »

Re: Read and write inside WEB-INF

Manivannan Palanichamy

2007-07-16

Replies:

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 (@(protected)
http://mani.gw.googlepages.com/index.html





On 7/14/07, Jacob Rhoden <jacob-lists@(protected):
>
> 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@(protected)
> To unsubscribe, e-mail: users-unsubscribe@(protected)
> For additional commands, e-mail: users-help@(protected)
>
>


--
Manivannan.Palanichamy (@(protected)
http://mani.gw.googlepages.com/index.html
©2008 junlu.com - Jax Systems, LLC, U.S.A.