[Jboss-cvs] JBossAS SVN: r56597 - branches/Branch_4_0/ejb3/src/resources

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Sep 5 23:01:25 EDT 2006


Author: bstansberry at jboss.com
Date: 2006-09-05 23:01:23 -0400 (Tue, 05 Sep 2006)
New Revision: 56597

Modified:
   branches/Branch_4_0/ejb3/src/resources/ejb3-clustered-sfsbcache-service.xml
   branches/Branch_4_0/ejb3/src/resources/ejb3-entity-cache-service.xml
Log:
[JBAS-3592] Add system property jgroups.mcast.ip_ttl

Modified: branches/Branch_4_0/ejb3/src/resources/ejb3-clustered-sfsbcache-service.xml
===================================================================
--- branches/Branch_4_0/ejb3/src/resources/ejb3-clustered-sfsbcache-service.xml	2006-09-06 03:01:06 UTC (rev 56596)
+++ branches/Branch_4_0/ejb3/src/resources/ejb3-clustered-sfsbcache-service.xml	2006-09-06 03:01:23 UTC (rev 56597)
@@ -36,7 +36,7 @@
                      being broken with multicast (even after disabling media sense)
                      set the loopback attribute to true
             -->
-            <UDP mcast_addr="${jboss.partition.udpGroup:228.1.2.3}" mcast_port="45551" ip_ttl="64" ip_mcast="true"
+            <UDP mcast_addr="${jboss.partition.udpGroup:228.1.2.3}" mcast_port="45551" ip_ttl="${jgroups.mcast.ip_ttl:64}" ip_mcast="true"
                mcast_send_buf_size="150000" mcast_recv_buf_size="80000" ucast_send_buf_size="150000"
                ucast_recv_buf_size="80000" loopback="false"/>
             <PING timeout="2000" num_initial_members="3" up_thread="false" down_thread="false"/>

Modified: branches/Branch_4_0/ejb3/src/resources/ejb3-entity-cache-service.xml
===================================================================
--- branches/Branch_4_0/ejb3/src/resources/ejb3-entity-cache-service.xml	2006-09-06 03:01:06 UTC (rev 56596)
+++ branches/Branch_4_0/ejb3/src/resources/ejb3-entity-cache-service.xml	2006-09-06 03:01:23 UTC (rev 56597)
@@ -47,7 +47,7 @@
                  being broken with multicast (even after disabling media sense)
                  set the loopback attribute to true
         -->
-        <UDP mcast_addr="${jboss.partition.udpGroup:228.1.2.3}" mcast_port="43333" ip_ttl="2" ip_mcast="true"
+        <UDP mcast_addr="${jboss.partition.udpGroup:228.1.2.3}" mcast_port="43333" ip_ttl="${jgroups.mcast.ip_ttl:2}" ip_mcast="true"
            mcast_send_buf_size="150000" mcast_recv_buf_size="80000" ucast_send_buf_size="150000"
            ucast_recv_buf_size="80000" loopback="false" />
         <PING timeout="2000" num_initial_members="3" up_thread="false" down_thread="false" />




More information about the jboss-cvs-commits mailing list