Author: mturk Date: Sun Nov 26 02:02:44 2006 New Revision: 479325 URL: http://svn.apache.org/viewvc?view=rev&rev=479325 Log: Document auto setting domain from jvm_route.
Modified: tomcat/connectors/trunk/jk/xdocs/config/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=479325&r1=479324&r2=479325 ============================================================================== --- tomcat/connectors/trunk/jk/xdocs/config/workers.xml (original) +++ tomcat/connectors/trunk/jk/xdocs/config/workers.xml Sun Nov 26 02:02:44 2006 @@ -535,7 +535,7 @@ </p> </directive> -<directive name="jvm_route" default="" required="false"> +<directive name="jvm_route" default="worker name" required="false"> Normally the name of a balanced worker in a load balancer is equal to the jvmRoute of the corresponding Tomcat instance. If you want to include a worker corresponding to a Tomcat instance into several load balancers with different balancing configuration @@ -549,6 +549,10 @@ </p> <p> This attribute can be changed at runtime using status worker. +</p> +<p> +If the route name contains a period, the part before the first period will be +used as domain name, unless domain is set explicitly. </p> <p> This feature has been added in <b>jk 1.2.16</b>. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]