Re: How to know when tomcat is ready to serve request

2009-10-23 Thread Anup K Ram
it is not have container based shutdown methods on the objects. Instead have a server lifecycle listener shut them down using proprietary methods that are not defined by the container interfaces (which you should implement as empty methods). E - Original Message - From: Anup K Ram anupk

Re: How to know when tomcat is ready to serve request

2009-10-22 Thread Anup K Ram
: Anup K Ram anupk...@gmail.com To: users@tomcat.apache.org Sent: Wed, 21 Oct 2009 16:56:50 -0700 (PDT) Subject: How to know when tomcat is ready to serve request Hi, Is there a way to know whether tomcat is started successfully and ready to serve requests? I need to know

Re: How to know when tomcat is ready to serve request

2009-10-22 Thread Anup K Ram
(war file, valve, JNDI resource) or outside the tomcat JVM? E - Original Message - From: Anup K Ram anupk...@gmail.com To: users@tomcat.apache.org Sent: Wed, 21 Oct 2009 16:56:50 -0700 (PDT) Subject: How to know when tomcat is ready to serve request Hi, Is there a way to know

Re: How to know when tomcat is ready to serve request

2009-10-22 Thread Anup K Ram
- From: Anup K Ram anupk...@gmail.com To: Tomcat Users List users@tomcat.apache.org Sent: Thursday, October 22, 2009 9:38:01 AM (GMT-0800) America/Los_Angeles Subject: Re: How to know when tomcat is ready to serve request The code is in a thread thats in turn spawned from the contextInitilized

How to know when tomcat is ready to serve request

2009-10-21 Thread Anup K Ram
Hi, Is there a way to know whether tomcat is started successfully and ready to serve requests? I need to know this programmatically. Thanks In Advance.