Frank:

Add this to your web.xml in your servlet config:

<servlet>
...

<load-on-startup>
            1
 </load-on-startup>
  </servlet>

Regards,
Geeta

Frank Diakovasilis wrote:

 Hi,Anybody know how you would have tomcat initialize a servlet (call it's init() method) at startup.  I have it as an nt service and would like the servlet to be initialized at service start and not when the first request comes in.  Any help would be appreciated. Thank you.

Reply via email to