i want to execute a piece of
java code( such as notifying to some machine), after
tomcat has successfully started..
i have used
void contextInitialized(ServletContextEvent sce) but it will not work,i want to notify
only after tomcat is started successfully..
thanks