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: [email protected]
          Reporter: [email protected]

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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to