You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Pa...@linedata.com on 2002/06/04 10:16:36 UTC

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-class>
<load-on-startup>1</load-on-startup>
  </servlet>
<servlet>
<servlet-name>OdataJDBCinitializer</servlet-name>
<servlet-class>lds.odata.web.servlets.OdataJDBCinitializer</servlet-class>
<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
patrick.pierra@linedata.com


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>