Author: jfrederic.clere(a)jboss.com
Date: 2008-12-23 10:24:25 -0500 (Tue, 23 Dec 2008)
New Revision: 2160
Modified:
trunk/mod_cluster/src/main/resources/mod-cluster-jboss-beans.xml
Log:
Fix for MODCLUSTER-30
Modified: trunk/mod_cluster/src/main/resources/mod-cluster-jboss-beans.xml
===================================================================
--- trunk/mod_cluster/src/main/resources/mod-cluster-jboss-beans.xml 2008-12-18 20:56:28
UTC (rev 2159)
+++ trunk/mod_cluster/src/main/resources/mod-cluster-jboss-beans.xml 2008-12-23 15:24:25
UTC (rev 2160)
@@ -34,7 +34,7 @@
<!-- Multicast address on which to listen for advertisements -->
<property
name="advertiseGroupAddress">${jboss.modcluster.advertise.address,jboss.partition.udpGroup:224.0.1.105}</property>
<!-- Port to listen to for advertisements -->
- <property
name="advertisePort">${jboss.modcluster.advertise.address:23364}</property>
+ <property
name="advertisePort">${jboss.modcluster.advertise.port:23364}</property>
<!-- Security key the proxy is going to send with advertise messages.
Default is none. -->
@@ -125,7 +125,7 @@
<!-- Multicast address on which to listen for advertisements -->
<property
name="advertiseGroupAddress">${jboss.modcluster.advertise.address,jboss.partition.udpGroup:224.0.1.105}</property>
<!-- Port to listen to for advertisements -->
- <property
name="advertisePort">${jboss.modcluster.advertise.address:23364}</property>
+ <property
name="advertisePort">${jboss.modcluster.advertise.port:23364}</property>
<!-- Security key the proxy is going to send with advertise messages.
Default is none. -->
@@ -296,4 +296,4 @@
</constructor>
</bean>
-</deployment>
\ No newline at end of file
+</deployment>
Show replies by date