r7494 - in dumbhippo/trunk/super: . balancer/files/scripts



Author: otaylor
Date: 2008-07-07 08:09:09 -0500 (Mon, 07 Jul 2008)
New Revision: 7494

Modified:
   dumbhippo/trunk/super/balancer/files/scripts/balancer-start.sh
   dumbhippo/trunk/super/base.conf
Log:
Add balancerBindPorts=... to allow specifying a list of ports for the balancer to bind on

Modified: dumbhippo/trunk/super/balancer/files/scripts/balancer-start.sh
===================================================================
--- dumbhippo/trunk/super/balancer/files/scripts/balancer-start.sh	2008-07-07 12:55:52 UTC (rev 7493)
+++ dumbhippo/trunk/super/balancer/files/scripts/balancer-start.sh	2008-07-07 13:09:09 UTC (rev 7494)
@@ -2,7 +2,7 @@
 
 targetdir=@@targetdir@@
 xmppHost="@@serverHost@@"
-xmppPort="@@openfirePlainPort@@"
+xmppPort="@@balancerBindPorts@@"
 clusterHosts="@@clusterHosts@@"
 balancerBind="@@balancerBind@@"
 

Modified: dumbhippo/trunk/super/base.conf
===================================================================
--- dumbhippo/trunk/super/base.conf	2008-07-07 12:55:52 UTC (rev 7493)
+++ dumbhippo/trunk/super/base.conf	2008-07-07 13:09:09 UTC (rev 7494)
@@ -531,6 +531,7 @@
 
     <service name="balancer" enabled="no">
 		<parameter name="balancerBind"></parameter> <!-- bind to this interface, all if unset -->
+		<parameter name="balancerBindPorts">$openfirePlainPort</parameter> <!-- comma-separated list of ports -->
 		<parameter name="targetdir">$basedir/balancer</parameter>
 		<parameter name="balancerdir">$svndir/cluster/target</parameter>
 		<merge src="$superdir/balancer/files"



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]