[Jboss-cvs] JBossAS SVN: r56596 - branches/Branch_4_0/tomcat/src/resources

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


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

Modified:
   branches/Branch_4_0/tomcat/src/resources/tc5-cluster-service.xml
Log:
[JBAS-3592] Add system property jgroups.mcast.ip_ttl

Modified: branches/Branch_4_0/tomcat/src/resources/tc5-cluster-service.xml
===================================================================
--- branches/Branch_4_0/tomcat/src/resources/tc5-cluster-service.xml	2006-09-06 02:58:49 UTC (rev 56595)
+++ branches/Branch_4_0/tomcat/src/resources/tc5-cluster-service.xml	2006-09-06 03:01:06 UTC (rev 56596)
@@ -116,7 +116,7 @@
                      max_bundle_timeout="30" 
                      use_incoming_packet_handler="true" 
                      use_outgoing_packet_handler="true" 
-                     ip_ttl="2" 
+                     ip_ttl="${jgroups.mcast.ip_ttl:2}" 
                      down_thread="false" up_thread="false"
                      enable_bundling="true"/>
                 <PING timeout="2000"




More information about the jboss-cvs-commits mailing list