Why not hit every URL with "curl" or "wget" before deploying and include
Tomcat's "work" directory with your deployment?  How does that compare
for speed? 

Also, have you tried giving Ant some extra heap to play with?  I think
this is how (on unix):

export ANT_OPTS="-Xms256M -Xmx256M"

yours,

Julius

On Fri, 2005-07-01 at 17:01 -0800, Kevin A. Burton wrote:
> >
> >
> > .... The entire JSP compilation process, using Ant and the jasper2 ant 
> > task, takes about 30 minutes! This is far too long. I mean, there are 
> > systems that are doing more than just compiling text, such as advanced 
> > 3D graphics and speech recognition, that are far faster than Tomcat's 
> > JSP compilation.
> >
> Fun!  Why isn't fixing this a huge priority!?
> 
> http://codinginparadise.org/weblog/2005/01/tomcat-jsp-precompilation-is-slow.html
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to