[jboss-cvs] JBossAS SVN: r69090 - projects/cluster/varia/sessionstress/apache/conf.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Jan 17 16:39:07 EST 2008


Author: bstansberry at jboss.com
Date: 2008-01-17 16:39:06 -0500 (Thu, 17 Jan 2008)
New Revision: 69090

Modified:
   projects/cluster/varia/sessionstress/apache/conf/workers.properties
Log:
Use 'S'ession load balancing
Clean up AJP conns less frequently

Modified: projects/cluster/varia/sessionstress/apache/conf/workers.properties
===================================================================
--- projects/cluster/varia/sessionstress/apache/conf/workers.properties	2008-01-17 21:12:29 UTC (rev 69089)
+++ projects/cluster/varia/sessionstress/apache/conf/workers.properties	2008-01-17 21:39:06 UTC (rev 69090)
@@ -12,7 +12,7 @@
 worker.cluster01.lbfactor=1
 #worker.cluster01.socket_timeout=10
 worker.cluster01.connect_timeout=5000
-worker.cluster01.connection_pool_timeout=60
+worker.cluster01.connection_pool_timeout=600
 
 
 # Node 2
@@ -27,7 +27,7 @@
 worker.cluster02.lbfactor=1
 #worker.cluster02.socket_timeout=10
 worker.cluster02.connect_timeout=5000
-worker.cluster02.connection_pool_timeout=60
+worker.cluster02.connection_pool_timeout=600
 
 
 # Node 3
@@ -42,7 +42,7 @@
 worker.cluster03.lbfactor=1
 #worker.cluster03.socket_timeout=10
 worker.cluster03.connect_timeout=5000
-worker.cluster03.connection_pool_timeout=60
+worker.cluster03.connection_pool_timeout=600
 
 
 # Node 4
@@ -57,7 +57,7 @@
 worker.cluster04.lbfactor=1
 #worker.cluster04.socket_timeout=10
 worker.cluster04.connect_timeout=5000
-worker.cluster04.connection_pool_timeout=60
+worker.cluster04.connection_pool_timeout=600
 
 
 # Node 5
@@ -72,7 +72,7 @@
 worker.cluster05.lbfactor=1
 #worker.cluster05.socket_timeout=10
 worker.cluster05.connect_timeout=5000
-worker.cluster05.connection_pool_timeout=60
+worker.cluster05.connection_pool_timeout=600
 
 
 # Node 6
@@ -87,7 +87,7 @@
 worker.cluster06.lbfactor=1
 #worker.cluster06.socket_timeout=10
 worker.cluster06.connect_timeout=5000
-worker.cluster06.connection_pool_timeout=60
+worker.cluster06.connection_pool_timeout=600
 
 
 # Node 7
@@ -102,7 +102,7 @@
 worker.cluster07.lbfactor=1
 #worker.cluster07.socket_timeout=10
 worker.cluster07.connect_timeout=5000
-worker.cluster07.connection_pool_timeout=60
+worker.cluster07.connection_pool_timeout=600
 
 
 # Node 8
@@ -117,7 +117,7 @@
 worker.cluster08.lbfactor=1
 #worker.cluster08.socket_timeout=10
 worker.cluster08.connect_timeout=5000
-worker.cluster08.connection_pool_timeout=60
+worker.cluster08.connection_pool_timeout=600
 
 
 
@@ -126,7 +126,7 @@
 worker.jboss.balance_workers=cluster01,cluster02,cluster03,cluster04,cluster05,cluster06,cluster07,cluster08
 worker.jboss.sticky_session=true
 worker.jboss.sticky_session_force=false
-worker.jboss.method=R
+worker.jboss.method=S
 worker.jboss.lock=P
 
 worker.jkstatus.type=status




More information about the jboss-cvs-commits mailing list