Re: Tomcat monitoring
"Velagapudi, Niranjan" <[email protected]>
| Newsgroups | gmane.comp.java.sun.servlet |
|---|---|
| Message-ID | <D31B04F24EDE7644BB169BB4F080778A0B3A8503@s30342g004005.wdc.cingular.net> |
I don't know if there is a way to do it within tomcat. But you can have a small java program which tries to access your application's URL and then returns a status (it will be better if it can mail the support team). And this java program can be called through a scheduled 'cron' job (assuming you are running your tomcat on unix). Niranjan -----Original Message----- From: Guy Katz [mailto:[email protected]] Sent: Monday, April 19, 2004 11:06 AM To: [email protected] Subject: Re: Tomcat monitoring if you can do with an application wide (notifying when your application is up) - use a ContextListener. personaly i dont know a tomcat wide way of doing this. thanks. -----Original Message----- From: Taylor, Kevin [mailto:[email protected]] Sent: Monday, April 19, 2004 3:51 PM To: [email protected] Subject: Tomcat monitoring Hi, Does anyone know of any monitoring software for detecting when a tomcat instance becomes unavailable and notifying support persons via email/page? Something open source, preferably. TIA. > --Kevin Taylor > ___________________________________________________________________________ To unsubscribe, send email to [email protected] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html ___________________________________________________________________________ To unsubscribe, send email to [email protected] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html ___________________________________________________________________________ To unsubscribe, send email to [email protected] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html