Re: Access local path of servlet

2012-03-19 Thread Jost Richstein
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 rgub...@init-ka.de An: users@tomcat.apache.org

RE: Access local path of servlet

2012-03-19 Thread Caldarale, Charles R
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