]
Work on MODCLUSTER-530 started by Radoslav Husar.
-------------------------------------------------
Add a disabled-contexts feature for mod_cluster
-----------------------------------------------
Key: MODCLUSTER-530
URL:
https://issues.jboss.org/browse/MODCLUSTER-530
Project: mod_cluster
Issue Type: Feature Request
Components: Core & Container Integration (Java)
Affects Versions: 1.3.3.Final
Reporter: Aaron Ogburn
Assignee: Radoslav Husar
Currently, if you want contexts disabled at start up, you can only have them all disabled
with auto-enable-contexts="false". In some cases, you may want only specific
apps disabled at start up. So it would be helpful to have a disabled-contexts parameter.
This would accept a list of contexts similar to excluded-contexts, but the listed contexts
in disabled-contexts would designate what contexts must be added to the balancer in a
disabled state.