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

2002-09-13 Thread Evans, Terry G
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". > >Our product does not use startup servlets nor context listeners.

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

2002-09-05 Thread Evans, Terry G
. You get my drift: there are many many ways to do this ;) Were you looking for an internal tomcat feature? Yoav Shapira Millennium ChemInformatics >-----Original Message- >From: Evans, Terry G [mailto:[EMAIL PROTECTED]] >Sent: Thursday, September 05, 2002 11:01 AM >To: '[E

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

2002-09-05 Thread Evans, Terry G
I am developing a Java application that is designed to start up a Tomcat server and a web browser. I don't want the web browser to start up until the Tomcat server is running, but I don't want to put in an arbitrary sleep time between starting the server and starting the web browser. Is there a