I have background threads running which keep checking if Tomcat is up or not. Lets say Tomcat hangs up or something then these background threads call to shutdown the application and tomcat clean up all the processes. This is to Monitor if my application is working properly.
thanks abhijat -----Original Message----- From: Turner, John [mailto:[EMAIL PROTECTED]] Sent: Monday, January 13, 2003 10:57 AM To: 'Tomcat Users List' Subject: RE: Checking if Tomcat is up Myabe I'm missing something, but if Tomcat is down how can your application run to be checking that Tomcat is up? Your application needs Tomcat to execute. John > -----Original Message----- > From: Abhijat Thakur [mailto:[EMAIL PROTECTED]] > Sent: Monday, January 13, 2003 1:55 PM > To: [EMAIL PROTECTED] > Subject: Checking if Tomcat is up > > > > Is it pssible to check intemittently through my java > application if my Tomcat server is up ? What can i check for > to see if my Tomcat server is up. The scenaruio is that if > something happens to Tomcat where my it hangs up i should > ring my application down, for that i have to check > intermittently if my Tomcat is up. What is it that i can > check to see if Tomcat is up ? > > thanks > > abhijat > > -- > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
