2011/2/25 :
> Hi,
>
> I have an expanded webapp moved into a directory out of tomcats webapps-dir.
> I have changed the docbase in server.xml (I know, bad practice). But now the
> compiled jsp's are no longer in tomcats work directory. Where are they now?
>
Try ServletContext.getAttribute("javax.servlet.context.tempdir") --
see chapter SRV.4.7.1 in the Servlet Spec. They should be there.
(That is, if your app was deployed successfully and if you have
requested at least one JSP).
-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org