Author: pferraro
Date: 2009-07-29 13:46:08 -0400 (Wed, 29 Jul 2009)
New Revision: 2520
Modified:
trunk/mod_cluster/src/main/resources/mod-cluster-jboss-beans.xml
Log:
[MODCLUSTER-87] Added missing admin-console entry to excludedContexts in
ModClusterService.
Modified: trunk/mod_cluster/src/main/resources/mod-cluster-jboss-beans.xml
===================================================================
--- trunk/mod_cluster/src/main/resources/mod-cluster-jboss-beans.xml 2009-07-28 06:26:51
UTC (rev 2519)
+++ trunk/mod_cluster/src/main/resources/mod-cluster-jboss-beans.xml 2009-07-29 17:46:08
UTC (rev 2520)
@@ -135,7 +135,7 @@
<!-- ROOT indicates the root context. -->
<!-- Context may be qualified by host using a colon, e.g. host1:context1 -->
<!-- If no host is defined, localhost is assumed. -->
- <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. -->
Show replies by date