Re: Attach listener to tomcat startup

2009-09-16 Thread Ken Bowen
Use a ServletContextListener On Sep 16, 2009, at 12:28 AM, joea88 wrote: I need to run some processes which access own server, so I need to know when the tomcat has fully started and ready to serve. I tried Servlet and doesnt work. There must be some interface or class notify when the serv

Re: Attach listener to tomcat startup

2009-09-16 Thread Mark Thomas
joea88 wrote: > I need to run some processes which access own server, so I need to know when > the tomcat has fully started and ready to serve. > > I tried Servlet and doesnt work. There must be some interface or class > notify when the server has started. Take a look at the first few entries in