Summary: | Automatically shut down old versions in parallel deployment | ||
---|---|---|---|
Product: | Tomcat 7 | Reporter: | Ari Maniatis <amaniatis> |
Component: | Catalina | Assignee: | Tomcat Developers Mailing List <dev> |
Status: | RESOLVED FIXED | ||
Severity: | enhancement | CC: | kalle.o.korhonen |
Priority: | P2 | ||
Version: | trunk | ||
Target Milestone: | --- | ||
Hardware: | All | ||
OS: | All |
Description
Ari Maniatis
2012-02-27 03:30:27 UTC
A variation of the last approach would be to get the auto deployment code to check the current session count for old context versions and undeploy them once the count is zero. This has been implemented in trunk and 7.0.x and will be included in 7.0.31 onwards. It is optional and controlled by a new attribute (undeployOldVersions) on the Host. |