RE: Tomcat 5.5.28 Servlet Spec 2.3 - When does Tomcat actually service requests?

2011-02-14 Thread Shaun Farrugia
PM To: Tomcat Users List Subject: Re: Tomcat 5.5.28 Servlet Spec 2.3 - When does Tomcat actually service requests? On 11/02/2011 22:10, Shaun Farrugia wrote: I know that per the Servlet Spec 2.3 that Tomcat will start up the Listeners first and then start up any servlets. However, I am unsure

Re: Tomcat 5.5.28 Servlet Spec 2.3 - When does Tomcat actually service requests?

2011-02-14 Thread Konstantin Kolinko
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

RE: Tomcat 5.5.28 Servlet Spec 2.3 - When does Tomcat actually service requests?

2011-02-14 Thread Shaun Farrugia
Subject: Re: Tomcat 5.5.28 Servlet Spec 2.3 - When does Tomcat actually service requests? 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

Re: Tomcat 5.5.28 Servlet Spec 2.3 - When does Tomcat actually service requests?

2011-02-14 Thread Konstantin Kolinko
- When does Tomcat actually service requests? 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

Re: Tomcat 5.5.28 Servlet Spec 2.3 - When does Tomcat actually service requests?

2011-02-12 Thread Mark Thomas
On 11/02/2011 22:10, Shaun Farrugia wrote: I know that per the Servlet Spec 2.3 that Tomcat will start up the Listeners first and then start up any servlets. However, I am unsure (the spec is ambigious) on when the Servlet container is supposed to start servicing incoming requests. I

Tomcat 5.5.28 Servlet Spec 2.3 - When does Tomcat actually service requests?

2011-02-11 Thread Shaun Farrugia
I know that per the Servlet Spec 2.3 that Tomcat will start up the Listeners first and then start up any servlets. However, I am unsure (the spec is ambigious) on when the Servlet container is supposed to start servicing incoming requests. I have a Servlet that has a load-on-startup setting