[jboss-cvs] JBossAS SVN: r104482 - branches/JBPAPP_5_1/cluster/src/resources/jgroups.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed May 5 11:37:48 EDT 2010


Author: bstansberry at jboss.com
Date: 2010-05-05 11:37:48 -0400 (Wed, 05 May 2010)
New Revision: 104482

Modified:
   branches/JBPAPP_5_1/cluster/src/resources/jgroups/jgroups-channelfactory-stacks.xml
Log:
[JBPAPP-4190] Don't use jgroups.tcpping.initial_hosts

Modified: branches/JBPAPP_5_1/cluster/src/resources/jgroups/jgroups-channelfactory-stacks.xml
===================================================================
--- branches/JBPAPP_5_1/cluster/src/resources/jgroups/jgroups-channelfactory-stacks.xml	2010-05-05 15:36:23 UTC (rev 104481)
+++ branches/JBPAPP_5_1/cluster/src/resources/jgroups/jgroups-channelfactory-stacks.xml	2010-05-05 15:37:48 UTC (rev 104482)
@@ -281,7 +281,7 @@
             <!-- Alternative 2: non multicast-based replacement for MPING. Requires a static configuration
                  of *all* possible cluster members.
             <TCPPING timeout="3000"
-                     initial_hosts="${jgroups.tcpping.initial_hosts:localhost[7600],localhost[7601]}"
+                     initial_hosts="${jboss.jgroups.tcp.tcpping.initial_hosts:localhost[7600],localhost[7601]}"
                      port_range="1"
                      num_initial_members="3"/>
              -->
@@ -360,7 +360,7 @@
             <!-- Alternative 2: non multicast-based replacement for MPING. Requires a static configuration
                  of all possible cluster members.
             <TCPPING timeout="3000"
-                     initial_hosts="${jgroups.tcpping.initial_hosts:localhost[7650],localhost[7651]}"
+                     initial_hosts="${jboss.jgroups.tcp_sync.tcpping.initial_hosts:localhost[7650],localhost[7651]}"
                      port_range="1"
                      num_initial_members="3"/>
             -->




More information about the jboss-cvs-commits mailing list