> From: Gubler, Ruediger [mailto:rgub...@init-ka.de]
> Subject: Access local path of servlet
> can I get the local webapps path in a servlet?
Not sure what you mean by "local webapps path". If you mean the path in the
local file system, you should be aware that the servlet spec is designed so
servletContext.getRealPath("dummy.htm"), but make sure the content
is not being made available from a |.war| archive without unpacking it.
Original-Nachricht
Betreff: Access local path of servlet
Von: Gubler, Ruediger
An: users@tomcat.apache.org
Datum: 19.03.2012 15:23
> Hello,