Author: rjung
Date: Thu Oct 16 11:37:24 2008
New Revision: 705318
URL: http://svn.apache.org/viewvc?rev=705318&view=rev
Log:
Fix comment in new documentation configuration example.
Modified:
tomcat/connectors/trunk/jk/xdocs/reference/uriworkermap.xml
Modified: tomcat/connectors/trunk/jk/xdocs/reference/uriworkermap.xml
URL:
http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/xdocs/reference/uriworkermap.xml?rev=705318&r1=705317&r2=705318&view=diff
==============================================================================
--- tomcat/connectors/trunk/jk/xdocs/reference/uriworkermap.xml (original)
+++ tomcat/connectors/trunk/jk/xdocs/reference/uriworkermap.xml Thu Oct 16
11:37:24 2008
@@ -269,7 +269,8 @@
<p>
The extension <code>fail_on_status</code> can be used in any rule:
<source>
- # Stop forwarding only for member1 of loadbalancer
+ # Send 503 instead of 404 and 500,
+ # and if we get a 503 also set the worker to error
/myapp=myworker;fail_on_status=-404,-500,503
</source>
Multiple status codes must be separated by commas.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]