[jboss-cvs] JBossAS SVN: r64239 - branches/JBPAPP_4_2_0_GA_CP/varia/src/resources/jmx.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Jul 23 23:40:33 EDT 2007


Author: jiwils
Date: 2007-07-23 23:40:33 -0400 (Mon, 23 Jul 2007)
New Revision: 64239

Modified:
   branches/JBPAPP_4_2_0_GA_CP/varia/src/resources/jmx/jmx-console-web.xml
Log:
Fix for [JBPAPP-254].  Use of 4.0.x HA cluster multicast port system property in cluster console's web.xml has been corrected to be the new system property used in 4.2+

Modified: branches/JBPAPP_4_2_0_GA_CP/varia/src/resources/jmx/jmx-console-web.xml
===================================================================
--- branches/JBPAPP_4_2_0_GA_CP/varia/src/resources/jmx/jmx-console-web.xml	2007-07-24 03:31:07 UTC (rev 64238)
+++ branches/JBPAPP_4_2_0_GA_CP/varia/src/resources/jmx/jmx-console-web.xml	2007-07-24 03:40:33 UTC (rev 64239)
@@ -34,7 +34,7 @@
       <servlet-class>org.jboss.jmx.adaptor.html.ClusteredConsoleServlet</servlet-class>
       <init-param>
          <param-name>jgProps</param-name>
-         <param-value>UDP(ip_mcast=true;ip_ttl=16;loopback=false;mcast_addr=${jboss.partition.udpGroup:228.1.2.3};mcast_port=${jboss.partition.udpPort:45566}):
+         <param-value>UDP(ip_mcast=true;ip_ttl=16;loopback=false;mcast_addr=${jboss.partition.udpGroup:228.1.2.3};mcast_port=${jboss.hapartition.mcast_port:45566}):
 org.jboss.jmx.adaptor.control.FindView
          </param-value>
          <description>The JGroups protocol stack config</description>




More information about the jboss-cvs-commits mailing list