2011/2/14 Shaun Farrugia <sfarru...@fry.com>:
>  I would think the same but I'm wondering that Tomcat is doing.  Would it 
> allow http requests to a JSP to be serviced before ALL of the servlets marked 
> as load-on-startup are loaded?
>

They will be loaded, but any failure will just mark this specific
servlet as unavailable and not webapp as a whole.

See loadOnStartup(..) and setAvailable(true) calls in StandardContext#start()

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to