You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by sp...@gmx.eu on 2011/02/25 20:53:03 UTC

Where are my compiled jsp's?

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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


Re: Where are my compiled jsp's?

Posted by Konstantin Kolinko <kn...@gmail.com>.
2011/2/25  <sp...@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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org