[
https://issues.jboss.org/browse/MODCLUSTER-566?page=com.atlassian.jira.pl...
]
Radoslav Husar updated MODCLUSTER-566:
--------------------------------------
Workaround Description:
You need to specify every exclusion *per host* for *every* context, e.g.:
{{excludedContexts="localhost:ROOT,localhost:docs,localhost:manager,localhost:host-manager,localhost:examples,localhost2:ROOT,localhost2:docs,localhost2:manager,localhost2:host-manager,localhost2:examples"}}
Exclusion list cannot be pre-populated in init()
------------------------------------------------
Key: MODCLUSTER-566
URL:
https://issues.jboss.org/browse/MODCLUSTER-566
Project: mod_cluster
Issue Type: Bug
Components: Core & Container Integration (Java)
Affects Versions: 1.3.6.CR1
Reporter: Radoslav Husar
Assignee: Radoslav Husar
Priority: Critical
Fix For: 2.0.0.Alpha1, 1.3.6.Final
The exclusion list is unnecessarily populated eagerly on init(). This does not work in
container such as WildFly where services are started asynchronously and virtual hosts and
contexts can be added at any time.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)