Author: pferraro
Date: 2009-05-15 17:20:41 -0400 (Fri, 15 May 2009)
New Revision: 2424
Modified:
trunk/mod_cluster/src/main/resources/mod-cluster-jboss-beans.xml
Log:
Add admin-console to excluded contexts
Modified: trunk/mod_cluster/src/main/resources/mod-cluster-jboss-beans.xml
===================================================================
--- trunk/mod_cluster/src/main/resources/mod-cluster-jboss-beans.xml 2009-05-15 16:42:55
UTC (rev 2423)
+++ trunk/mod_cluster/src/main/resources/mod-cluster-jboss-beans.xml 2009-05-15 21:20:41
UTC (rev 2424)
@@ -38,7 +38,7 @@
<!-- List of contexts that should not be auto-registered with httpd delimited by
commas. -->
<!-- ROOT indicates the root context. -->
- <property
name="excludedContexts">${jboss.modcluster.excludedContexts:ROOT,invoker,jbossws,jmx-console,juddi,web-console}</property>
+ <property
name="excludedContexts">${jboss.modcluster.excludedContexts:ROOT,admin-console,invoker,jbossws,jmx-console,juddi,web-console}</property>
<!-- Security key the proxy is going to send with advertise messages.
Default is none. -->