Package test; import javax.servlet. *;
public class MyCode implements ServletContextListener {// When Tomcat starts performs contextInitialized () public void contextInitialized (ServletContextEvent e) {new MyThread () start ();.} public void contextDestroyed (ServletContextEvent e) {} class MyThread extends Thread {public Void Run () {// .....}}} / * Web.xml XML Version = "1.0" encoding = "ISO-8859-1"?>
test.mycode listener-class> listener> web-app> * /