pero 2005/04/26 08:30:59
Modified: jk/xdocs changelog.xml
jk/xdocs/config workers.xml
Log:
Add stopped flag for better cluster support to worker.
Many thanks to Mladen :->
Revision Changes Path
1.24 +5 -0 jakarta-tomcat-connectors/jk/xdocs/changelog.xml
Index: changelog.xml
===================================================================
RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/changelog.xml,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- changelog.xml 24 Apr 2005 10:15:02 -0000 1.23
+++ changelog.xml 26 Apr 2005 15:30:59 -0000 1.24
@@ -25,6 +25,11 @@
<br />
<subsection name="Native">
<changelog>
+ <update>
+ Add a stopped flag to worker configuration. Set flag True and
+ complete traffic to worker is stopped.
+ Only usefull in a replicated session cluster.(pero)
+ </update>
<update>Added worker maintain function that will maintain all
the workers instead just the current one. This enables to recycle
the connections on all workers. (mturk)
1.14 +10 -0 jakarta-tomcat-connectors/jk/xdocs/config/workers.xml
Index: workers.xml
===================================================================
RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/config/workers.xml,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- workers.xml 25 Apr 2005 06:53:25 -0000 1.13
+++ workers.xml 26 Apr 2005 15:30:59 -0000 1.14
@@ -368,6 +368,16 @@
</p>
</directive>
+<directive name="stopped" default="False" required="false">
+If set to <b>True</b> or <b>1</b> the worker will be stopped if member
+of load balancer. The flag is needed for stop complete traffic of a sticky
session
+worker. It is only usefull, when you have a cluster that replicated the
sessions.
+This flag can be changed at runtime using status worker.
+<p>
+This feature has been added in <b>jk 1.2.11</b>.
+</p>
+</directive>
+
</directives>
</subsection>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]