Hi there... I have 1 servlet to start at startup, but it doesnt. If i call the 
servlet from a browser, it starts fine.

My web.xml has:

  <servlet>
    <servlet-name>Startup</servlet-name>
    <description>Servlet that starts different startup classes and 
stuff.</description>
    <servlet-class>com.difh.servlets.Startup</servlet-class>
    <load-on-startup>1</load-on-startup>
  </servlet>

and

  <servlet-mapping>
    <servlet-name>Startup</servlet-name>
    <url-pattern>/srv/com.difh.servlets.Startup</url-pattern>
  </servlet-mapping>

Any clues as to why this doesn't get run when tomcat starts?

Thanks!


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

Reply via email to