On 4/16/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:

So I'm looking for a way to detect if tomcat's startup has finished...


You didn't mention the version of Tomcat you're using.

According to the Servlet 2.4 spec :
The servlet context has javax.servlet.ServletContextListener just been
created and is available to service its first request.

You could implement ServletContextListener on any class, then register
the listener in your project's web.xml

cheers,

David

-Rashmi

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to