> -----Original Message-----
> From: Nikola Milutinovic [mailto:[EMAIL PROTECTED]]
> Sent: Monday, November 19, 2001 8:54 AM
> To: Tomcat Users List
> Subject: Re: Precompile JSP
> 
> 
> > Precompile all the jsp files in your project in your 
> ant.xml file as 
> > part of the build process when making your war file.
> 
> Yes, yes, it can be done, but what we want is to have JSP 
> normal and then precompiled upon context mounting. Startup 
> servlet cannot do it, since it starts before JSP servlet. Can 
> that be re-ordered somehow? To have something run UPON 
> startup, but AFTER JSP servlet?

That sounds like what load-on-startup is supposed to be for - a way to order
the servlet loading.  (Its a number in the web.xml file as an child to the
servlet tag).

> 
> Nix.
> 

--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to