Re: Where are my compiled jsp's?

2011-02-27 Thread Konstantin Kolinko
2011/2/25  spr...@gmx.eu:
 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



Where are my compiled jsp's?

2011-02-25 Thread spring
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?

Thank you


-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org