https://issues.apache.org/bugzilla/show_bug.cgi?id=55743

            Bug ID: 55743
           Summary: Shutdown script broken on linux when only using
                    PID-File
           Product: Tomcat 7
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Packaging
          Assignee: dev@tomcat.apache.org
          Reporter: f.bec...@douglas.de

I disabled the tomcat shutdown port on my production systems for sanity and
security reasons. I'm only using the CATALINA_PID mechanism.

When shutting down the the tomcat server with ./shutdown.sh, nothing happens. I
always have to use ./shutdown.sh -force which triggers an kill -9 internally.

When using "kill <tomcatpid>", the tomcat is shutting down cleanly.

In the catalina.sh i can only find kill -0 and kill -9, but no normal kill
(SIGTERM).

I would expect, that the ./shutdown.sh / catalina.sh script at first sends a
normal kill (15, SIGTERM), and, if the -force parameter is set, sends an kill
-9 after a small timeout - but that never happens.

This problem exists with all tomcat 7 versions on 32 / 64 bit linux.

-- 
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

Reply via email to