Summary: | Connector destroyInternal Execution | ||
---|---|---|---|
Product: | Tomcat 7 | Reporter: | Gurkan Erdogdu <gurkanerdogdu> |
Component: | Connectors | Assignee: | Tomcat Developers Mailing List <dev> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | johnashudson |
Priority: | P2 | ||
Version: | 7.0.12 | ||
Target Milestone: | --- | ||
Hardware: | PC | ||
OS: | All |
Description
Gurkan Erdogdu
2011-06-01 15:58:45 UTC
It actually doesn't matter since the JVM is shutting down. However, the right thing to do is to call Server.destroy() after calling Server.stop() so I have made the necessary change to 7.0.x and it will be included in 7.0.15 onwards. |