Author: pferraro
Date: 2009-01-23 11:14:12 -0500 (Fri, 23 Jan 2009)
New Revision: 2206
Modified:
trunk/mod_cluster/src/main/resources/mod-cluster-jboss-beans.xml
Log:
Add excludedContexts for ModClusterService too.
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:11:56
UTC (rev 2205)
+++ trunk/mod_cluster/src/main/resources/mod-cluster-jboss-beans.xml 2009-01-23 16:14:12
UTC (rev 2206)
@@ -131,6 +131,10 @@
<!-- Port to listen to for advertisements -->
<property
name="advertisePort">${jboss.modcluster.advertise.port:23364}</property>
+ <!-- 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>
+
<!-- Security key the proxy is going to send with advertise messages.
Default is none. -->
<!--property name="advertiseSecurityKey"></property-->
Show replies by date