Hi, Colin
in webapps/<your-app>/WEB-INF/web.xml:
<web-app>
...
<servlet>
...
<servlet-name><you-servlet-name-here></servlet-name>
<servlet-class><full-servlet-class-name></servlet-class>
<load-on-startup>1</load-on-startup>
...
</servlet>
...
</web-app>
Regards,
Noel Lecaros
Colin Chalmers wrote:
> Hi, Is it possible to configure Tomcat to load a specific servlet at
> startup without waiting for a HTTP request? I notice that Websphere
> has such a thing. /colin
- Servlet loading at startup Colin Chalmers
- Noel E. Lecaros
