You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Affonso Loyola <al...@domain.com.br> on 2000/02/22 18:33:39 UTC

JSP Recompilation on Server Restart

Every time I restart the Tomcat Server.
All JSP when called for the first time is recompiled even 
if it did not change since last startup.

Is there any way to make tomcat to recompile the JSP
just when it changes? 

I want tomcat to use the classes in the work dir if the JSP
did not change.

Thanks,

Affonso Loyola