Author: pferraro
Date: 2009-01-26 12:06:41 -0500 (Mon, 26 Jan 2009)
New Revision: 2214
Modified:
trunk/mod_cluster/src/main/resources/mod-cluster-jboss-beans.xml
Log:
Keep ROOT in excludedContexts.
JFC thinks it's a bad idea to include this by default.
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-26 15:47:13
UTC (rev 2213)
+++ trunk/mod_cluster/src/main/resources/mod-cluster-jboss-beans.xml 2009-01-26 17:06:41
UTC (rev 2214)
@@ -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:invoker,jbossws,jmx-console,juddi,web-console}</property>
+ <property
name="excludedContexts">${jboss.modcluster.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">${jboss.modcluster.excludedContexts:invoker,jbossws,jmx-console,juddi,web-console}</property>
+ <property
name="excludedContexts">${jboss.modcluster.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