RE: [TC 4.0] How can I obtain the state of the tomcat server?

2002-09-13 Thread Evans, Terry G
Thanks! It works great... T -Original Message- From: Sean Reilly [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 05, 2002 1:03 PM To: Tomcat Developers List Subject: RE: [TC 4.0] How can I obtain the state of the tomcat server? You can write a javax.servlet.ServletContextListener

RE: [TC 4.0] How can I obtain the state of the tomcat server?

2002-09-05 Thread Shapira, Yoav
Hi, The state of the server process can be many things. It can be the server process is alive, it can be that the host/port respond to requests, and it can be that your app is actually available for work. All of these can be checked in various ways. Which one were you interested in? What would

RE: [TC 4.0] How can I obtain the state of the tomcat server?

2002-09-05 Thread Evans, Terry G
Developers List Subject: RE: [TC 4.0] How can I obtain the state of the tomcat server? Hi, The state of the server process can be many things. It can be the server process is alive, it can be that the host/port respond to requests, and it can be that your app is actually available for work. All

Re: [TC 4.0] How can I obtain the state of the tomcat server?

2002-09-05 Thread Stefanos Karasavvidis
- From: Shapira, Yoav [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 05, 2002 11:22 AM To: Tomcat Developers List Subject: RE: [TC 4.0] How can I obtain the state of the tomcat server? Hi, The state of the server process can be many things. It can be the server process is alive, it can

RE: [TC 4.0] How can I obtain the state of the tomcat server?

2002-09-05 Thread Sean Reilly
: Thursday, September 05, 2002 10:55 AM To: Tomcat Developers List Subject: Re: [TC 4.0] How can I obtain the state of the tomcat server? how about checking a url of the server unitl it gives a 200 response code?? Stefanos Evans, Terry G wrote: I need to know when the server is available for work