DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=28265>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=28265

tomcat watchdog

           Summary: tomcat watchdog
           Product: Tomcat 5
           Version: 5.0.0
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: Catalina
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


When tomcat crashes with a segmentation fault, it doesn't have any automatic way
of starting back up.  In a single server/single tomcat situation, this causes
users to get an internal server error if there's an apache front end, or just be
unable to connect if it's standalone, until the administrator notices and starts
it back up.  Eliminating the segfault is the best solution, but sometimes not
possible (for example we have a DB2 driver that crashes the JVM about once every
48 hours).  What I would like to have is a watchdog process which starts tomcat,
then restarts it if it dies with a SIGSEGV (and probably logs the error and/or
notifies someone).  Perhaps this should be a feature of jsvc...

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

Reply via email to