Return-Path: Delivered-To: apmail-tomcat-dev-archive@www.apache.org Received: (qmail 19161 invoked from network); 3 Sep 2006 18:55:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 3 Sep 2006 18:55:43 -0000 Received: (qmail 31963 invoked by uid 500); 3 Sep 2006 18:55:41 -0000 Delivered-To: apmail-tomcat-dev-archive@tomcat.apache.org Received: (qmail 31906 invoked by uid 500); 3 Sep 2006 18:55:41 -0000 Mailing-List: contact dev-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Developers List" Delivered-To: mailing list dev@tomcat.apache.org Received: (qmail 31895 invoked by uid 500); 3 Sep 2006 18:55:41 -0000 Delivered-To: apmail-jakarta-tomcat-dev@jakarta.apache.org Received: (qmail 31892 invoked by uid 99); 3 Sep 2006 18:55:41 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 03 Sep 2006 11:55:41 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [140.211.166.113] (HELO eris.apache.org) (140.211.166.113) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 03 Sep 2006 11:55:40 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 15DE61A981A; Sun, 3 Sep 2006 11:55:20 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r439828 - in /tomcat/connectors/trunk/jk/xdocs: config/workers.xml howto/workers.xml Date: Sun, 03 Sep 2006 18:55:19 -0000 To: tomcat-dev@jakarta.apache.org From: rjung@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20060903185520.15DE61A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: rjung Date: Sun Sep 3 11:55:19 2006 New Revision: 439828 URL: http://svn.apache.org/viewvc?view=rev&rev=439828 Log: - Adding infos about which directives can be used multiple times. - Adding some version info. Modified: tomcat/connectors/trunk/jk/xdocs/config/workers.xml tomcat/connectors/trunk/jk/xdocs/howto/workers.xml Modified: tomcat/connectors/trunk/jk/xdocs/config/workers.xml URL: http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/xdocs/config/workers.xml?view=diff&rev=439828&r1=439827&r2=439828 ============================================================================== --- tomcat/connectors/trunk/jk/xdocs/config/workers.xml (original) +++ tomcat/connectors/trunk/jk/xdocs/config/workers.xml Sun Sep 3 11:55:19 2006 @@ -73,6 +73,9 @@ A comma separated list of workers names that the JK will use. When starting up, the web server plugin will instantiate the workers whose name appears in the worker.list property, these are also the workers to whom you can map requests. +

+This directive can be used multiple times. +

Worker connection pool maintain interval in seconds. If set to the positive @@ -304,6 +307,9 @@ A comma separated list of workers that the load balancer need to manage.

+This directive can be used multiple times for the same load balancer. +

+

This directive replaces old balanced_workers directive and can be used only with mod_jk versions 1.2.7 and up.

@@ -462,6 +468,9 @@ Only in case all workers below a given distance are in error, disabled or stopped, workers of a larger distance are eligible for balancing.

+

+This feature has been added in jk 1.2.16. +

@@ -538,6 +547,9 @@ If this attribute is left empty, the name of the worker will be used.

+This attribute can be changed at runtime using status worker. +

+

This feature has been added in jk 1.2.16.

@@ -569,7 +581,10 @@ -Space delimted list of uri maps the worker should handle +Space delimited list of uri maps the worker should handle. +

+This directive can be used multiple times for the same worker. +

Modified: tomcat/connectors/trunk/jk/xdocs/howto/workers.xml URL: http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/xdocs/howto/workers.xml?view=diff&rev=439828&r1=439827&r2=439828 ============================================================================== --- tomcat/connectors/trunk/jk/xdocs/howto/workers.xml (original) +++ tomcat/connectors/trunk/jk/xdocs/howto/workers.xml Sun Sep 3 11:55:19 2006 @@ -88,7 +88,7 @@

When starting up, the web server plugin will instantiate the workers whose name appears in the -worker.list property, these are also the workers to whom you can map requests. +worker.list property, these are also the workers to whom you can map requests. The directive can be used multiple times.

@@ -261,7 +261,7 @@ The following table specifies properties that the lb worker can accept:
  • balance_workers is a comma separated list of workers that the load balancer need to manage. -These workers should not appear in the worker.list property.
  • +These workers should not appear in the worker.list property. This directive can be used multiple times for the same load balancer.
  • sticky_session specifies whether requests with SESSION ID's should be routed back to the same Tomcat worker. If sticky_session is an flag and if it is set to True and sessions are sticky, otherwise sticky_session is set to false. Set sticky_session to False when Tomcat is using a Session Manager which --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org For additional commands, e-mail: dev-help@tomcat.apache.org