[Bug 55743] Shutdown script broken on linux when only using PID-File

2014-01-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55743 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 55743] Shutdown script broken on linux when only using PID-File

2013-11-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55743 --- Comment #4 from Mark Thomas ma...@apache.org --- It should be possible to check a return value from the call to stop(). If that is non-zero and we have a pid, try that next? -- You are receiving this mail because: You are the assignee

[Bug 55743] Shutdown script broken on linux when only using PID-File

2013-11-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55743 --- Comment #5 from Konstantin Kolinko knst.koli...@gmail.com --- (In reply to Felix Becker from comment #2) But I'm wondering why that is implemented in this way because a normal SIGTERM causes a graceful shutdown - is there any reason

[Bug 55743] Shutdown script broken on linux when only using PID-File

2013-11-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55743 Christopher Schultz ch...@christopherschultz.net changed: What|Removed |Added Severity|normal

[Bug 55743] Shutdown script broken on linux when only using PID-File

2013-11-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55743 --- Comment #2 from Felix Becker f.bec...@douglas.de --- Hi, http://tomcat.apache.org/tomcat-7.0-doc/config/server.html === Quote Note: Disabling the shutdown port works well when Tomcat is started using Apache Commons Daemon (running

[Bug 55743] Shutdown script broken on linux when only using PID-File

2013-11-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55743 --- Comment #3 from Christopher Schultz ch...@christopherschultz.net --- I wasn't objecting to you having filed this BZ issue: I was just changing the classification from BUG to ENHANCEMENT. I don't see why it couldn't be added. Did you