I have two load-on-startup servlets in my apps web.xml . One is set as 0,
the other as 1.

According the the servlet spec, containers should guarantee that servlet's
with lower load-on-startup values should load first, but according to my
logs, Servlet 1 gets its init called before servlet 0.

I'm using Tomcat 4.1.7 on Redhat 7.2

Any idea why the load is happening in the reverse order?

Thanks,

jeff


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

Reply via email to