You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Vishwanath Shenoy <VS...@inf.com> on 2000/07/19 04:24:04 UTC

Precompiled JSPs

Is is possible to have precompiled jsps at deployment. 

Vishwa

Re: Precompiled JSPs

Posted by Joel Regen <jo...@Globeset.com>.

Vishwanath Shenoy wrote:

> Is is possible to have precompiled jsps at deployment.

yes.  Just deploy the stuff in the work dir under TOMCAT_HOME from a previous
session that hit all the pages.  (precompiled meaning preprocessed in this
context).