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 way that I can query
the state of the server process?

OS : Windows 2000 Professional
JDK/JRE : 1.4.0_01
Tomcat : 4.0

Thanks for your time,
Terry

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to