how to make tomcat auto load a servlet after it start
843841Sep 22 2004 — edited Nov 29 2007 i have a servlet. i want it to be loaded by tomcat after tomcat start, instead of typing the url "http://localhost:8080/myservlet" to start it manually. how to configue the tomcat?