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. +<p> +This directive can be used multiple times. +</p> </directive> <directive name="worker.maintain" default="60" required="false"> 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. <p> +This directive can be used multiple times for the same load balancer. +</p> +<p> This directive replaces old <b>balanced_workers</b> directive and can be used only with mod_jk versions 1.2.7 and up. </p> @@ -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. </p> +<p> +This feature has been added in <b>jk 1.2.16</b>. +</p> </directive> <directive name="domain" default="" required="false"> @@ -538,6 +547,9 @@ If this attribute is left empty, the name of the worker will be used. </p> <p> +This attribute can be changed at runtime using status worker. +</p> +<p> This feature has been added in <b>jk 1.2.16</b>. </p> </directive> @@ -569,7 +581,10 @@ </directive> <directive name="mount" default="" required="false"> -Space delimted list of uri maps the worker should handle +Space delimited list of uri maps the worker should handle. +<p> +This directive can be used multiple times for the same worker. +</p> </directive> </directives> 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 @@ <p> When starting up, the web server plugin will instantiate the workers whose name appears in the -<b>worker.list</b> property, these are also the workers to whom you can map requests. +<b>worker.list</b> property, these are also the workers to whom you can map requests. The directive can be used multiple times. </p> <subsection name="Workers Type"> @@ -261,7 +261,7 @@ The following table specifies properties that the lb worker can accept: <ul> <li><b>balance_workers</b> is a comma separated list of workers that the load balancer need to manage. -These workers should not appear in the worker.list property.</li> +These workers should not appear in the worker.list property. This directive can be used multiple times for the same load balancer.</li> <li><b>sticky_session</b> 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]