Author: pferraro
Date: 2009-01-23 11:44:17 -0500 (Fri, 23 Jan 2009)
New Revision: 2207
Modified:
trunk/mod_cluster/src/main/resources/mod-cluster-jboss-beans.xml
Log:
Add ROOT to excludedContexts.
Modified: trunk/mod_cluster/src/main/resources/mod-cluster-jboss-beans.xml
===================================================================
--- trunk/mod_cluster/src/main/resources/mod-cluster-jboss-beans.xml 2009-01-23 16:14:12
UTC (rev 2206)
+++ trunk/mod_cluster/src/main/resources/mod-cluster-jboss-beans.xml 2009-01-23 16:44:17
UTC (rev 2207)
@@ -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">invoker,jbossws,jmx-console,juddi,web-console</property>
+ <property
name="excludedContexts">ROOT,invoker,jbossws,jmx-console,juddi,web-console</property>
<!-- Security key the proxy is going to send with advertise messages.
Default is none. -->
@@ -133,7 +133,7 @@
<!-- List of contexts that should not be auto-registered with httpd delimited by
commas. -->
<!-- ROOT indicates the root context. -->
- <property
name="excludedContexts">invoker,jbossws,jmx-console,juddi,web-console</property>
+ <property
name="excludedContexts">ROOT,invoker,jbossws,jmx-console,juddi,web-console</property>
<!-- Security key the proxy is going to send with advertise messages.
Default is none. -->
Show replies by date