https://issues.apache.org/bugzilla/show_bug.cgi?id=56607
Bug ID: 56607
Summary: shutdown.bat exits before shutdown
Product: Tomcat 6
Version: 6.0.41
Hardware: PC
Status: NEW
Severity: minor
Priority: P2
Component: Native:Integration
Assignee: [email protected]
Reporter: [email protected]
Created attachment 31699
--> https://issues.apache.org/bugzilla/attachment.cgi?id=31699&action=edit
output of step 4
Tomcat is not completely shut down yet when shutdown.bat exits.
This makes it difficult for our system to quickly stop and uninstall a
temporary Tomcat.
Steps to Reproduce:
1. Unzip apache-tomcat-6.0.41-windows-x86
2. startup.bat
3. Find Tomcat PID with JPS.
4. shutdown.bat & jstack <PID> & jstack <PID> & jstack <PID>
The actual results are attached as console output of step 4.
The expected result is a single "no such process" output from the first run of
Jstack after shutdown.bat exits.
I reproduce this with JDK 1.7.0_60
--
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]