-
Feature Request
-
Resolution: Obsolete
-
Major
-
None
-
1.1.0.Final
-
None
The documentation
http://docs.jboss.org/mod_cluster/1.1.0/html/java.properties.html
states that excludedContexts have default value of
ROOT, admin-console, invoker, bossws, jmx-console, juddi, web-console
However, under Tomcat, it is not the case.
When org.jboss.modcluster.ModClusterService.init() is called mcmpConfig.excludedContexts is null.
One have to manually specify
<Listener className="org.jboss.modcluster.catalina.ModClusterListener"
excludedContexts="ROOT,manager,host-manager"/>
Best fix will be to set it excludedContexts="ROOT,manager,host-manager"
as default under Tomcat.