Howdy,
A bit more info would be nice.  Specifically, do you get any errors
parsing your web.xml?  Is there anything in your context log or the
general tomcat logs regarding not being able to find a class required by
one of the servlets below?

Yoav Shapira
Millennium ChemInformatics


>-----Original Message-----
>From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
>Sent: Tuesday, June 04, 2002 4:17 AM
>To: [EMAIL PROTECTED]
>Subject: <load-on-startup> tag problem
>
>hello,
>
>i try to run 2 servlets on the starting of tomcat 4.0.3.
>i use this portion of xml code in my web.xml file :
>
><servlet>
><servlet-name>OdataJDOinitializer</servlet-name>
><servlet-class>lds.odata.web.servlets.OdataJDOinitializer</servlet-clas
s>
><load-on-startup>1</load-on-startup>
>  </servlet>
><servlet>
><servlet-name>OdataJDBCinitializer</servlet-name>
><servlet-class>lds.odata.web.servlets.OdataJDBCinitializer</servlet-cla
ss>
><load-on-startup>2</load-on-startup>
>  </servlet>
>
>i don't understand why but just the servlet calling
OdataJDBCinitializer is
>launch.
>
>is someone could help me ?
>
>Patrick PIERRA
>Linedata Services Luxembourg
>00 352 29 56 65 282
>[EMAIL PROTECTED]
>
>
>--
>To unsubscribe, e-mail:   <mailto:tomcat-user-
>[EMAIL PROTECTED]>
>For additional commands, e-mail: <mailto:tomcat-user-
>[EMAIL PROTECTED]>


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

Reply via email to