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
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