Author: pferraro
Date: 2009-01-26 10:47:13 -0500 (Mon, 26 Jan 2009)
New Revision: 2213
Modified:
trunk/mod_cluster/src/main/resources/mod-cluster-jboss-beans.xml
Log:
Use system property for excludedContexts - enable ROOT 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 14:02:18
UTC (rev 2212)
+++ trunk/mod_cluster/src/main/resources/mod-cluster-jboss-beans.xml 2009-01-26 15:47:13
UTC (rev 2213)
@@ -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">ROOT,invoker,jbossws,jmx-console,juddi,web-console</property>
+ <property
name="excludedContexts">${jboss.modcluster.excludedContexts: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">ROOT,invoker,jbossws,jmx-console,juddi,web-console</property>
+ <property
name="excludedContexts">${jboss.modcluster.excludedContexts: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