https://issues.apache.org/bugzilla/show_bug.cgi?id=45428
           Summary: warn if the tomcat stop doesn't complete
           Product: Tomcat 6
           Version: 6.0.16
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P3
         Component: Catalina
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


my linux distro's "/etc/init.d/tomcat stop" roughly after 30 secs kill the
tomcat process.

This probably relates to some web-app owned threads that wait and thus are no
longer seen been by the manager.

Since this is probably a hint about an application-internal
software-engineering problem.


Therefore, my suggestion:

If after ~ 15 secs (or some heuristic depending on the number of listeners
configured by server.xml) the manager still couldn't really stop, print the
stack-traces of the threads left to catalina.out (~ equivalent of "kill -QUIT")


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

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

Reply via email to