Only works for unpacked web applications. If you attempt getRealPath from inside a packed war file it will return null.

--David


hanasaki wrote:
Hmmm does this work for packed WAR's or only Unpacked... ?

Jacob Rhoden wrote:
Much Appreciated! Thanks.

Edoardo Panfili wrote:
Jacob Rhoden ha scritto:
 what is the correct way to find the location of your WEB-INF
directory (or your apps directory for that matter).

try with
String x = this.getServletContext().getRealPath("WEB-INF");
---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


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



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