Jacob Rhoden ha scritto:
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

try with
String x = this.getServletContext().getRealPath("WEB-INF");

Edoardo

--
Jabber: [EMAIL PROTECTED]
tel: 075 9142766

---------------------------------------------------------------------
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