]
Michal Babacek closed MODCLUSTER-68.
------------------------------------
Closing. Clean-up.
At least one of the following applies:
* the issue has been thoroughly tested as a part of one of the current releases
or
* it hasn't occurred in ~2 years
or
* it's utterly harmless
Add ability to disable/enable individual webapp via JMX
-------------------------------------------------------
Key: MODCLUSTER-68
URL:
https://issues.jboss.org/browse/MODCLUSTER-68
Project: mod_cluster
Issue Type: Feature Request
Security Level: Public(Everyone can see)
Affects Versions: 1.0.0.CR1
Reporter: Paul Ferraro
Assignee: Paul Ferraro
Fix For: 1.0.0.CR2
Currently, JMX interface allows enabling/disabling *all* webapps on an AS node, but not
individual webapps.
Allowing webapp granularity allows session draining prior to undeploy of an individual
webapp.
e.g.
enable(String host, String contextPath)
disable(String host, String contextPath)