https://issues.apache.org/bugzilla/show_bug.cgi?id=55986
Bug ID: 55986 Summary: catalina.sh -force may falsely report "Tomcat has not been killed completely yet" Product: Tomcat 7 Version: trunk Hardware: All OS: Linux Status: NEW Severity: normal Priority: P2 Component: Catalina Assignee: dev@tomcat.apache.org Reporter: j...@thrysoee.dk Created attachment 31197 --> https://issues.apache.org/bugzilla/attachment.cgi?id=31197&action=edit catalina.sh patch When catalina.sh -force is called and rm -f "$CATALINA_PID" succeeds, KILL_SLEEP_INTERVAL is not set to zero and the warning "Tomcat has not been killed completely yet" is falsely reported. This may be fixed by moving the KILL_SLEEP_INTERVAL=0 statement out below the "rm -f "$CATALINA_PID" error handling block. See attached patch. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org