Author: rjung
Date: Mon Sep 17 10:48:01 2007
New Revision: 576545

URL: http://svn.apache.org/viewvc?rev=576545&view=rev
Log:
Correct docs for "redirect" worker attribute in the case
of "route" attributes differing from worker names.

Modified:
    tomcat/connectors/trunk/jk/xdocs/reference/workers.xml

Modified: tomcat/connectors/trunk/jk/xdocs/reference/workers.xml
URL: 
http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/xdocs/reference/workers.xml?rev=576545&r1=576544&r2=576545&view=diff
==============================================================================
--- tomcat/connectors/trunk/jk/xdocs/reference/workers.xml (original)
+++ tomcat/connectors/trunk/jk/xdocs/reference/workers.xml Mon Sep 17 10:48:01 
2007
@@ -877,9 +877,13 @@
 </directive>
 
 <directive name="redirect" workers="SUB" default="" required="false">
-Set to the preferred failover worker. If worker matching SESSION ID is in
-error state then the redirect worker will be used instead. It will be used
-even if being disabled, thus offering hot standby.
+Set to the name of the preferred failover worker. If worker matching
+SESSION ID is in error state then the redirect worker will be used instead.
+It will be used even if being disabled, thus offering hot standby.
+<p>
+If you explicitely set a route via the "route" attribute, you must set 
"redirect"
+to this route of the preferred failover worker and not to its name.
+</p>
 <p>
 This feature has been added in <b>jk 1.2.9</b>.
 </p>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to