]
Pierre-Luc Gregoire commented on MODCLUSTER-467:
------------------------------------------------
Here is the link to download jmx-console.war for JBoss 7.2 :
ExcludedContexts are ignored if modcluster subsystem initialize
before default-host
-----------------------------------------------------------------------------------
Key: MODCLUSTER-467
URL:
https://issues.jboss.org/browse/MODCLUSTER-467
Project: mod_cluster
Issue Type: Bug
Components: Core & Container Integration (Java)
Affects Versions: 1.2.11.Final
Reporter: Pierre-Luc Gregoire
Assignee: Jean-Frederic Clere
Labels: jboss
With JBoss 7.2.0.Final, modcluster will ignore excludedContexts defined in modcluster
subsystem (ie jmx-console, ROOT). This is caused by engine.getHosts() not yet available
when org.jboss.modcluster.ModClusterService.init(Server) try to setup his list of
excludedContexts.