[jboss-cvs] JBossAS SVN: r94182 - branches/JBPAPP_5_0/cluster/src/resources/jgroups.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Wed Sep 30 16:01:12 EDT 2009
Author: bstansberry at jboss.com
Date: 2009-09-30 16:01:11 -0400 (Wed, 30 Sep 2009)
New Revision: 94182
Modified:
branches/JBPAPP_5_0/cluster/src/resources/jgroups/jgroups-channelfactory-stacks.xml
Log:
[JBPAPP-2866] Fix incorrect diagnostics address
Modified: branches/JBPAPP_5_0/cluster/src/resources/jgroups/jgroups-channelfactory-stacks.xml
===================================================================
--- branches/JBPAPP_5_0/cluster/src/resources/jgroups/jgroups-channelfactory-stacks.xml 2009-09-30 19:24:00 UTC (rev 94181)
+++ branches/JBPAPP_5_0/cluster/src/resources/jgroups/jgroups-channelfactory-stacks.xml 2009-09-30 20:01:11 UTC (rev 94182)
@@ -19,9 +19,9 @@
ip_ttl="${jgroups.udp.ip_ttl:2}"
thread_naming_pattern="cl"
timer.num_threads="12"
- enable_diagnostics="${jboss.jgroups.enable_diagnostics:true}"
- diagnostics_addr="${jboss.jgroups.diagnostics_addr:224.0.0.75}"
- diagnostics_port="${jboss.jgroups.diagnostics_port:7500}"
+ enable_diagnostics="${jboss.jgroups.enable_diagnostics:true}"
+ diagnostics_addr="${jboss.jgroups.diagnostics_addr:224.0.75.75}"
+ diagnostics_port="${jboss.jgroups.diagnostics_port:7500}"
thread_pool.enabled="true"
thread_pool.min_threads="20"
@@ -122,7 +122,7 @@
thread_naming_pattern="cl"
timer.num_threads="12"
enable_diagnostics="${jboss.jgroups.enable_diagnostics:true}"
- diagnostics_addr="${jboss.jgroups.diagnostics_addr:224.0.0.75}"
+ diagnostics_addr="${jboss.jgroups.diagnostics_addr:224.0.75.75}"
diagnostics_port="${jboss.jgroups.diagnostics_port:7500}"
thread_pool.enabled="true"
@@ -189,7 +189,7 @@
enable_bundling="false"
ip_ttl="${jgroups.udp.ip_ttl:2}"
enable_diagnostics="${jboss.jgroups.enable_diagnostics:true}"
- diagnostics_addr="${jboss.jgroups.diagnostics_addr:224.0.0.75}"
+ diagnostics_addr="${jboss.jgroups.diagnostics_addr:224.0.75.75}"
diagnostics_port="${jboss.jgroups.diagnostics_port:7500}"
thread_pool.enabled="true"
@@ -255,7 +255,7 @@
skip_suspected_members="true"
timer.num_threads="12"
enable_diagnostics="${jboss.jgroups.enable_diagnostics:true}"
- diagnostics_addr="${jboss.jgroups.diagnostics_addr:224.0.0.75}"
+ diagnostics_addr="${jboss.jgroups.diagnostics_addr:224.0.75.75}"
diagnostics_port="${jboss.jgroups.diagnostics_port:7500}"
thread_pool.enabled="true"
@@ -334,7 +334,7 @@
sock_conn_timeout="300"
skip_suspected_members="true"
enable_diagnostics="${jboss.jgroups.enable_diagnostics:true}"
- diagnostics_addr="${jboss.jgroups.diagnostics_addr:224.0.0.75}"
+ diagnostics_addr="${jboss.jgroups.diagnostics_addr:224.0.75.75}"
diagnostics_port="${jboss.jgroups.diagnostics_port:7500}"
thread_pool.enabled="true"
@@ -445,7 +445,7 @@
sock_conn_timeout="300"
skip_suspected_members="true"
enable_diagnostics="${jboss.jgroups.enable_diagnostics:true}"
- diagnostics_addr="${jboss.jgroups.diagnostics_addr:224.0.0.75}"
+ diagnostics_addr="${jboss.jgroups.diagnostics_addr:224.0.75.75}"
diagnostics_port="${jboss.jgroups.diagnostics_port:7500}"
thread_pool.enabled="true"
More information about the jboss-cvs-commits
mailing list