How to auto start a servlet after tomcat is rebooted/started?
843842Aug 23 2008 — edited Aug 23 2008Does anybody know how to make tomcat to start to run a specified servlet after tomcat is rebooted/started?
I mean I will not use any web browser to connect to tomcat to ask tomcat to load the servlet.
I just want tomcat itself to run the servlet without any user interaction.