Modified: tomcat/site/trunk/docs/connectors-doc/reference/printer/iis.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/connectors-doc/reference/printer/iis.html?rev=1696233&r1=1696232&r2=1696233&view=diff
==============================================================================
--- tomcat/site/trunk/docs/connectors-doc/reference/printer/iis.html (original)
+++ tomcat/site/trunk/docs/connectors-doc/reference/printer/iis.html Mon Aug 17 
10:48:16 2015
@@ -1,4 +1,4 @@
-<html><head><META http-equiv="Content-Type" content="text/html; 
charset=ISO-8859-1"><title>The Apache Tomcat Connector - Reference Guide - 
Configuring IIS</title><meta name="author" value="Mladen Turk"><meta 
name="email" value="mt...@apache.org"><link href="../../style.css" 
type="text/css" rel="stylesheet"></head><body bgcolor="#ffffff" text="#000000" 
link="#525D76" alink="#525D76" vlink="#525D76"><table border="0" width="100%" 
cellspacing="4"><!--PAGE HEADER--><tr><td colspan="2"><!--TOMCAT LOGO--><a 
href="http://tomcat.apache.org/";><img src="../../images/tomcat.gif" 
align="left" alt="Apache Tomcat" border="0"></a><!--APACHE LOGO--><a 
href="http://www.apache.org/";><img 
src="http://www.apache.org/images/asf-logo.gif"; align="right" alt=" :: Apache 
Software Foundation" border="0"></a></td></tr><!--HEADER SEPARATOR--><tr><td 
colspan="2"><hr noshade size="1"></td></tr><tr><!--RIGHT SIDE MAIN BODY--><td 
width="80%" valign="top" align="left"><table border="0" width="100%" 
cellspacing="4">
 <tr><td align="left" valign="top"><h1>The Apache Tomcat Connector - Reference 
Guide</h1><h2>Configuring IIS</h2></td><td align="right" valign="top" 
nowrap="true"><img src="../../images/void.gif" width="1" height="1" vspace="0" 
hspace="0" border="0" alt=" "></td></tr></table><table border="0" 
cellspacing="0" cellpadding="2" width="100%"><tr><td bgcolor="#525D76"><font 
color="#ffffff" face="arial,helvetica.sanserif"><a 
name="Requirements"><strong>Requirements</strong></a></font></td></tr><tr><td><blockquote>
+<html><head><META http-equiv="Content-Type" content="text/html; 
charset=ISO-8859-1"><title>The Apache Tomcat Connectors - Reference Guide - 
Configuring IIS</title><meta name="author" value="Mladen Turk"><meta 
name="email" value="mt...@apache.org"><link href="../../style.css" 
type="text/css" rel="stylesheet"></head><body bgcolor="#ffffff" text="#000000" 
link="#525D76" alink="#525D76" vlink="#525D76"><table border="0" width="100%" 
cellspacing="4"><!--PAGE HEADER--><tr><td colspan="2"><!--TOMCAT LOGO--><a 
href="http://tomcat.apache.org/";><img src="../../images/tomcat.gif" 
align="left" alt="Apache Tomcat" border="0"></a><!--APACHE LOGO--><a 
href="http://www.apache.org/";><img 
src="http://www.apache.org/images/asf-logo.gif"; align="right" alt=" :: Apache 
Software Foundation" border="0"></a></td></tr><!--HEADER SEPARATOR--><tr><td 
colspan="2"><hr noshade size="1"></td></tr><tr><!--RIGHT SIDE MAIN BODY--><td 
width="80%" valign="top" align="left"><table border="0" width="100%" 
cellspacing="4"
 ><tr><td align="left" valign="top"><h1>The Apache Tomcat Connectors - 
 >Reference Guide</h1><h2>Configuring IIS</h2></td><td align="right" 
 >valign="top" nowrap="true"><img src="../../images/void.gif" width="1" 
 >height="1" vspace="0" hspace="0" border="0" alt=" "></td></tr></table><table 
 >border="0" cellspacing="0" cellpadding="2" width="100%"><tr><td 
 >bgcolor="#525D76"><font color="#ffffff" face="arial,helvetica.sanserif"><a 
 >name="Requirements"><strong>Requirements</strong></a></font></td></tr><tr><td><blockquote>
 <p>
 The Tomcat redirector requires three entities:
 
@@ -43,6 +43,15 @@ ISAPI redirector reads configuration fro
 <p>
 <b>"HKEY_LOCAL_MACHINE\SOFTWARE\Apache Software Foundation\Jakarta Isapi 
Redirector\1.0"</b>
 </p>
+<p>
+Attributes described below as a "string value representing a boolean"
+can be set either using the numbers <b>0</b> (false) and <b>1</b> (true)
+as values, or <b>off</b> (false) and <b>on</b> (true) or any other string
+starting with the letters <b>f</b> (false), <b>n</b> (false),
+<b>t</b> (true) or <b>y</b> (true).
+The values are taken case insensitive. In this documentation we will stick
+to <b>false</b> and <b>true</b>.
+</p>
 <table border="1" cellpadding="5"><tr><th width="20%" bgcolor="#023264"><font 
color="#ffffff">Key Name</font></th><th width="80%" bgcolor="#023264"><font 
color="#ffffff">Description</font></th></tr><tr><td align="left" 
valign="center"><strong><code>extension_uri</code></strong></td><td 
align="left" valign="center"><p>
 A string value pointing to the ISAPI extension 
<b>/jakarta/isapi_redirect.dll</b>
 </p></td></tr><tr><td align="left" 
valign="center"><code>log_file</code></td><td align="left" valign="center"><p>
@@ -88,14 +97,12 @@ A DWORD value specifying the time in sec
 </p>
 <p>This directive has been added in version 1.2.20</p>
 </td></tr><tr><td align="left" 
valign="center"><code>strip_session</code></td><td align="left" 
valign="center"><p>
-A string value representing a boolean. If it is set to true,
-URL session suffixes of the form ";jsessionid=..." get stripped of URLs,
-even if the are served locally by the web server.
+A string value representing a boolean. If it is set to <b>true</b>,
+URL session suffixes of the form ";jsessionid=..." get stripped of
+URLs, if the are served locally by the web server.
 </p>
 <p>
-A true value can be represented by the string "1" or any string starting
-with the letters "T" or "t". A false value will be assumed for "0"
-or any string starting with "F" or "f". The default value is false.
+The default value is false.
 </p>
 <p>This directive has been added in version 1.2.21</p>
 </td></tr><tr><td align="left" 
valign="center"><code>auth_complete</code></td><td align="left" 
valign="center"><p>
@@ -140,20 +147,35 @@ and problematic are re-encoded.
 </p>
 <p>The default value since version 1.2.24 is "proxy". Before it was 
"parsed".</p>
 </td></tr><tr><td align="left" 
valign="center"><code>reject_unsafe</code></td><td align="left" 
valign="center"><p>
-A string value representing a boolean. If it is set to true,
-URLs containing percent signs '%' or backslashes '\'
+A string value representing a boolean. If it is set to <b>true</b>,
+URLs still containing percent signs '%' or backslashes '\'
 after decoding will be rejected.
 </p>
 <p>
-Most web apps do not use such URLs. By enabling "reject_unsafe" you
+Most web apps do not use such URLs. By enabling <b>reject_unsafe</b> you
 can block several well known URL encoding attacks.
 </p>
 <p>
-A true value can be represented by the string "1" or any string starting
-with the letters "T" or "t". A false value will be assumed for "0"
-or any string starting with "F" or "f". The default value is false.
+The default value is false.
 </p>
 <p>This directive has been added in version 1.2.24</p>
+</td></tr><tr><td align="left" 
valign="center"><code>collapse_slashes</code></td><td align="left" 
valign="center"><p>
+One of the string values "all", "none" or "unmount".
+It controls whether multiple adjacent slashes in request URLs are
+collapsed before looking for a mount or unmount match.
+</p>
+<p>
+Value "all" will result in collapsing before mount and unmount
+checks, value "none" will result in never collapsing, value
+"unmount" will check mount rules without collapsing but unmount
+with collapsing.
+</p>
+<p>
+Before version 1.2.41 collapsing was never done. Starting with
+version 1.2.41 collapsing before looking for unmount matches
+is the default to prevent easy bypassing of unmount rules.
+</p>
+<p>This directive has been added in version 1.2.41</p>
 </td></tr><tr><td align="left" 
valign="center"><code>watchdog_interval</code></td><td align="left" 
valign="center"><p>
 A DWORD value representing the watchdog thread interval in seconds.
 The workers are maintained periodically by a background thread
@@ -186,13 +208,11 @@ case is formatted by replacing <b class=
 </p>
 <p>This directive has been added in version 1.2.27</p>
 </td></tr><tr><td align="left" 
valign="center"><code>enable_chunked_encoding</code></td><td align="left" 
valign="center"><p>
-A string value representing a boolean. If it is set to true,
+A string value representing a boolean. If it is set to <b>true</b>,
 chunked encoding is supported by the server.
 </p>
 <p>
-A true value can be represented by the string "1" or any string starting
-with the letters "T" or "t". A false value will be assumed for "0"
-or any string starting with "F" or "f". The default value is false.
+The default value is false.
 </p>
 <p>This directive has been added in version 1.2.27. Until version 1.2.30 it
 was considered experimental and only available when a special build containing
@@ -206,14 +226,16 @@ This has the advantage that you can use
 The redirector will check for the properties file during initialisation, and 
use it in preference to the registry if present.
 </p>
 <p>
-Create a properties file in the same directory as the ISAPI redirector called 
<b>isapi_redirect.properties</b> i.e. with the same name as the ISAPI 
redirector DLL but with a <em>.properties</em> extension. A sample 
isapi_redirect.properties can be found under the conf directory.
+Create a properties file in the same directory as the ISAPI redirector called 
<b>isapi_redirect.properties</b> i.e.
+with the same name as the ISAPI redirector DLL but with a <em>.properties</em> 
extension.
+A sample isapi_redirect.properties can be found under the conf directory.
 </p>
 <p>
 The property names and values in the properties file are the same as for the 
registry settings described above. For example:
 </p>
 <p>
 <div class="example"><pre>
-# Configuration file for the Jakarta ISAPI Redirector
+# Configuration file for the Tomcat ISAPI Redirector
 
 # The path to the ISAPI Redirector Extension, relative to the website
 # This must be in a virtual directory with execute privileges
@@ -244,7 +266,7 @@ worker_mount_file=c:\tomcat\conf\uriwork
     </ul>
 </p>
 <p>Starting with version 1.2.27 two environment variables are
-dynamically added to the environment that can be used inside
+automatically added to the environment that can be used inside
 <b class="code">.properties</b> files.
     <ul>
         <li>JKISAPI_PATH - Full path to the ISAPI Redirector.
@@ -255,7 +277,7 @@ dynamically added to the environment tha
 </p>
 <p><div class="example"><pre>
 # Use the logs in the installation path of ISAPI Redirector
-log_file=$(ISAPI_PATH)\$(ISAPI_NAME).log
+log_file=$(JKISAPI_PATH)\$(JKISAPI_NAME).log
 </pre></div></p>
 </blockquote></td></tr></table><table border="0" cellspacing="0" 
cellpadding="2" width="100%"><tr><td bgcolor="#525D76"><font color="#ffffff" 
face="arial,helvetica.sanserif"><a name="Log file rotation"><strong>Log file 
rotation</strong></a></font></td></tr><tr><td><blockquote>
 <p>
@@ -268,7 +290,7 @@ If both are specified, the <b>log_rotati
 <br>For example, to configure daily rotation of the log file:
 </p>
 <div class="example"><pre>
-# Configuration file for the Jakarta ISAPI Redirector
+# Configuration file for the Tomcat ISAPI Redirector
 ...
 
 # Full path to the log file for the ISAPI Redirector
@@ -286,7 +308,7 @@ log_rotationtime=86400
 Or to configure rotation of the log file when it reaches 5MB in size:
 </p>
 <div class="example"><pre>
-# Configuration file for the Jakarta ISAPI Redirector
+# Configuration file for the Tomcat ISAPI Redirector
 ...
 
 # Full path to the log file for the ISAPI Redirector
@@ -333,5 +355,5 @@ You can also use regular expressions, if
 Note that uriworkermap.properties must use the URLs before rewriting.
 </p>
 </blockquote></td></tr></table></td></tr><!--FOOTER SEPARATOR--><tr><td 
colspan="2"><hr noshade size="1"></td></tr><!--PAGE FOOTER--><tr><td 
colspan="2"><div align="center"><font color="#525D76" size="-1"><em>
-        Copyright &copy; 1999-2014, Apache Software Foundation
+        Copyright &copy; 1999-2015, Apache Software Foundation
         </em></font></div></td></tr></table></body></html>
\ No newline at end of file

Modified: tomcat/site/trunk/docs/connectors-doc/reference/printer/status.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/connectors-doc/reference/printer/status.html?rev=1696233&r1=1696232&r2=1696233&view=diff
==============================================================================
--- tomcat/site/trunk/docs/connectors-doc/reference/printer/status.html 
(original)
+++ tomcat/site/trunk/docs/connectors-doc/reference/printer/status.html Mon Aug 
17 10:48:16 2015
@@ -1,4 +1,4 @@
-<html><head><META http-equiv="Content-Type" content="text/html; 
charset=ISO-8859-1"><title>The Apache Tomcat Connector - Reference Guide - 
Status Worker Reference</title><meta name="author" value="Rainer Jung"><meta 
name="email" value="rj...@apache.org"><link href="../../style.css" 
type="text/css" rel="stylesheet"></head><body bgcolor="#ffffff" text="#000000" 
link="#525D76" alink="#525D76" vlink="#525D76"><table border="0" width="100%" 
cellspacing="4"><!--PAGE HEADER--><tr><td colspan="2"><!--TOMCAT LOGO--><a 
href="http://tomcat.apache.org/";><img src="../../images/tomcat.gif" 
align="left" alt="Apache Tomcat" border="0"></a><!--APACHE LOGO--><a 
href="http://www.apache.org/";><img 
src="http://www.apache.org/images/asf-logo.gif"; align="right" alt=" :: Apache 
Software Foundation" border="0"></a></td></tr><!--HEADER SEPARATOR--><tr><td 
colspan="2"><hr noshade size="1"></td></tr><tr><!--RIGHT SIDE MAIN BODY--><td 
width="80%" valign="top" align="left"><table border="0" width="100%" cellspac
 ing="4"><tr><td align="left" valign="top"><h1>The Apache Tomcat Connector - 
Reference Guide</h1><h2>Status Worker Reference</h2></td><td align="right" 
valign="top" nowrap="true"><img src="../../images/void.gif" width="1" 
height="1" vspace="0" hspace="0" border="0" alt=" "></td></tr></table><table 
border="0" cellspacing="0" cellpadding="2" width="100%"><tr><td 
bgcolor="#525D76"><font color="#ffffff" face="arial,helvetica.sanserif"><a 
name="Introduction"><strong>Introduction</strong></a></font></td></tr><tr><td><blockquote>
+<html><head><META http-equiv="Content-Type" content="text/html; 
charset=ISO-8859-1"><title>The Apache Tomcat Connectors - Reference Guide - 
Status Worker Reference</title><meta name="author" value="Rainer Jung"><meta 
name="email" value="rj...@apache.org"><link href="../../style.css" 
type="text/css" rel="stylesheet"></head><body bgcolor="#ffffff" text="#000000" 
link="#525D76" alink="#525D76" vlink="#525D76"><table border="0" width="100%" 
cellspacing="4"><!--PAGE HEADER--><tr><td colspan="2"><!--TOMCAT LOGO--><a 
href="http://tomcat.apache.org/";><img src="../../images/tomcat.gif" 
align="left" alt="Apache Tomcat" border="0"></a><!--APACHE LOGO--><a 
href="http://www.apache.org/";><img 
src="http://www.apache.org/images/asf-logo.gif"; align="right" alt=" :: Apache 
Software Foundation" border="0"></a></td></tr><!--HEADER SEPARATOR--><tr><td 
colspan="2"><hr noshade size="1"></td></tr><tr><!--RIGHT SIDE MAIN BODY--><td 
width="80%" valign="top" align="left"><table border="0" width="100%" cellspa
 cing="4"><tr><td align="left" valign="top"><h1>The Apache Tomcat Connectors - 
Reference Guide</h1><h2>Status Worker Reference</h2></td><td align="right" 
valign="top" nowrap="true"><img src="../../images/void.gif" width="1" 
height="1" vspace="0" hspace="0" border="0" alt=" "></td></tr></table><table 
border="0" cellspacing="0" cellpadding="2" width="100%"><tr><td 
bgcolor="#525D76"><font color="#ffffff" face="arial,helvetica.sanserif"><a 
name="Introduction"><strong>Introduction</strong></a></font></td></tr><tr><td><blockquote>
 <br>
 <p>
 Tomcat Connectors has a special type of worker, the so-called status worker.
@@ -241,7 +241,7 @@ access to the status worker URLs you hav
 attributes of status workers are helpful. The attribute "read_only" disables 
all features of
 the status worker, that can be used to change configurations or runtime status 
of the other workers.
 A read_only status worker will not allow access to the edit, update, reset or 
recover actions.
-The default value is "False", ie. read/write. To enable read_only you need to 
set it to "True".
+The default value is <b>false</b>, ie. read/write. To enable read_only you 
need to set it to <b>true</b>.
 </p>
 <p>
 You could configure two status workers, one has read_only and will be made 
available to a larger
@@ -249,7 +249,7 @@ admin group, the other one will be used
 <div class="example"><pre>
 worker.list=jk-watch
 worker.jk-watch.type=status
-worker.jk-watch.read_only=True
+worker.jk-watch.read_only=true
 worker.jk-watch.mount=/user/status/jk
 worker.list=jk-manage
 worker.jk-manage.type=status
@@ -271,7 +271,7 @@ The user list can be split over multiple
 </p>
 <p>
 By default, the user names are matched case sensitively. Starting with version 
1.2.21 you can set
-the attribute <b>user_case_insensitive</b> to "True". Then the comparison will 
be made case insensitive.
+the attribute <b>user_case_insensitive</b> to <b>true</b>. Then the comparison 
will be made case insensitive.
 </p>
 </blockquote></td></tr></table>
 
@@ -504,6 +504,9 @@ Finally the list of parameters you can u
 <b>varo</b>: recovery_options (number)
 </li>
 <li>
+<b>vabl</b>: busy_limit (number)
+</li>
+<li>
 <b>vamps</b>: max_packet_size (number)
 </li>
 </ul>
@@ -532,7 +535,7 @@ will be triggered by the parameter <b>at
 which aspect you want to edit. The list is the same as in the previous section,
 except for "vahst" and "vaprt":
 "vwa", "vwf", "vwn", "vwr", "vwc", "vwd", "vacpt", "vact", "vapt", "vart", 
"var",
-"varo" and "vamps". But here you
+"varo", "vabl" and "vamps". But here you
 need to put the name into the parameter <b>att</b>, instead of using it as a 
request
 parameter name.
 </p>
@@ -542,5 +545,5 @@ in parameters named "val0", "val1", ....
 </p>
 </blockquote></td></tr></table>
 </blockquote></td></tr></table></td></tr><!--FOOTER SEPARATOR--><tr><td 
colspan="2"><hr noshade size="1"></td></tr><!--PAGE FOOTER--><tr><td 
colspan="2"><div align="center"><font color="#525D76" size="-1"><em>
-        Copyright &copy; 1999-2014, Apache Software Foundation
+        Copyright &copy; 1999-2015, Apache Software Foundation
         </em></font></div></td></tr></table></body></html>
\ No newline at end of file

Modified: 
tomcat/site/trunk/docs/connectors-doc/reference/printer/uriworkermap.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/connectors-doc/reference/printer/uriworkermap.html?rev=1696233&r1=1696232&r2=1696233&view=diff
==============================================================================
--- tomcat/site/trunk/docs/connectors-doc/reference/printer/uriworkermap.html 
(original)
+++ tomcat/site/trunk/docs/connectors-doc/reference/printer/uriworkermap.html 
Mon Aug 17 10:48:16 2015
@@ -1,4 +1,4 @@
-<html><head><META http-equiv="Content-Type" content="text/html; 
charset=ISO-8859-1"><title>The Apache Tomcat Connector - Reference Guide - 
uriworkermap.properties configuration</title><meta name="author" value="Rainer 
Jung"><meta name="email" value="rj...@apache.org"><meta name="author" 
value="Mladen Turk"><meta name="email" value="mt...@apache.org"><link 
href="../../style.css" type="text/css" rel="stylesheet"></head><body 
bgcolor="#ffffff" text="#000000" link="#525D76" alink="#525D76" 
vlink="#525D76"><table border="0" width="100%" cellspacing="4"><!--PAGE 
HEADER--><tr><td colspan="2"><!--TOMCAT LOGO--><a 
href="http://tomcat.apache.org/";><img src="../../images/tomcat.gif" 
align="left" alt="Apache Tomcat" border="0"></a><!--APACHE LOGO--><a 
href="http://www.apache.org/";><img 
src="http://www.apache.org/images/asf-logo.gif"; align="right" alt=" :: Apache 
Software Foundation" border="0"></a></td></tr><!--HEADER SEPARATOR--><tr><td 
colspan="2"><hr noshade size="1"></td></tr><tr><!--RIGHT 
 SIDE MAIN BODY--><td width="80%" valign="top" align="left"><table border="0" 
width="100%" cellspacing="4"><tr><td align="left" valign="top"><h1>The Apache 
Tomcat Connector - Reference Guide</h1><h2>uriworkermap.properties 
configuration</h2></td><td align="right" valign="top" nowrap="true"><img 
src="../../images/void.gif" width="1" height="1" vspace="0" hspace="0" 
border="0" alt=" "></td></tr></table><table border="0" cellspacing="0" 
cellpadding="2" width="100%"><tr><td bgcolor="#525D76"><font color="#ffffff" 
face="arial,helvetica.sanserif"><a 
name="Introduction"><strong>Introduction</strong></a></font></td></tr><tr><td><blockquote>
+<html><head><META http-equiv="Content-Type" content="text/html; 
charset=ISO-8859-1"><title>The Apache Tomcat Connectors - Reference Guide - 
uriworkermap.properties configuration</title><meta name="author" value="Rainer 
Jung"><meta name="email" value="rj...@apache.org"><meta name="author" 
value="Mladen Turk"><meta name="email" value="mt...@apache.org"><link 
href="../../style.css" type="text/css" rel="stylesheet"></head><body 
bgcolor="#ffffff" text="#000000" link="#525D76" alink="#525D76" 
vlink="#525D76"><table border="0" width="100%" cellspacing="4"><!--PAGE 
HEADER--><tr><td colspan="2"><!--TOMCAT LOGO--><a 
href="http://tomcat.apache.org/";><img src="../../images/tomcat.gif" 
align="left" alt="Apache Tomcat" border="0"></a><!--APACHE LOGO--><a 
href="http://www.apache.org/";><img 
src="http://www.apache.org/images/asf-logo.gif"; align="right" alt=" :: Apache 
Software Foundation" border="0"></a></td></tr><!--HEADER SEPARATOR--><tr><td 
colspan="2"><hr noshade size="1"></td></tr><tr><!--RIGHT
  SIDE MAIN BODY--><td width="80%" valign="top" align="left"><table border="0" 
width="100%" cellspacing="4"><tr><td align="left" valign="top"><h1>The Apache 
Tomcat Connectors - Reference Guide</h1><h2>uriworkermap.properties 
configuration</h2></td><td align="right" valign="top" nowrap="true"><img 
src="../../images/void.gif" width="1" height="1" vspace="0" hspace="0" 
border="0" alt=" "></td></tr></table><table border="0" cellspacing="0" 
cellpadding="2" width="100%"><tr><td bgcolor="#525D76"><font color="#ffffff" 
face="arial,helvetica.sanserif"><a 
name="Introduction"><strong>Introduction</strong></a></font></td></tr><tr><td><blockquote>
 <br>
 <p>
 The forwarding of requests from the web server to tomcat gets configured by 
defining mapping rules.
@@ -205,7 +205,7 @@ It overrides any <b class="code">reply_t
 to set a reasonable default reply timeout to the worker, and a more relaxed
 reply timeout to URLs, which are known to start time intensive tasks.
 For a general description of reply timeouts see the
-<a href="../../generic_howto/timeouts.html#Reply Timeout">timeouts</a> 
documentation.
+<a href="../../common_howto/timeouts.html#Reply Timeout">timeouts</a> 
documentation.
 </p>
 </blockquote></td></tr></table>
 <table border="0" cellspacing="0" cellpadding="2" width="100%"><tr><td 
bgcolor="#828DA6"><font color="#ffffff" face="arial,helvetica.sanserif"><a 
name="Extension sticky_ignore"><strong>Extension 
sticky_ignore</strong></a></font></td></tr><tr><td><blockquote>
@@ -426,5 +426,5 @@ and the source of the rule definition: '
 </ul>
 </p>
 </blockquote></td></tr></table></td></tr><!--FOOTER SEPARATOR--><tr><td 
colspan="2"><hr noshade size="1"></td></tr><!--PAGE FOOTER--><tr><td 
colspan="2"><div align="center"><font color="#525D76" size="-1"><em>
-        Copyright &copy; 1999-2014, Apache Software Foundation
+        Copyright &copy; 1999-2015, Apache Software Foundation
         </em></font></div></td></tr></table></body></html>
\ No newline at end of file

Modified: tomcat/site/trunk/docs/connectors-doc/reference/printer/workers.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/connectors-doc/reference/printer/workers.html?rev=1696233&r1=1696232&r2=1696233&view=diff
==============================================================================
--- tomcat/site/trunk/docs/connectors-doc/reference/printer/workers.html 
(original)
+++ tomcat/site/trunk/docs/connectors-doc/reference/printer/workers.html Mon 
Aug 17 10:48:16 2015
@@ -1,4 +1,4 @@
-<html><head><META http-equiv="Content-Type" content="text/html; 
charset=ISO-8859-1"><title>The Apache Tomcat Connector - Reference Guide - 
workers.properties configuration</title><meta name="author" value="Mladen 
Turk"><meta name="email" value="mt...@apache.org"><link href="../../style.css" 
type="text/css" rel="stylesheet"></head><body bgcolor="#ffffff" text="#000000" 
link="#525D76" alink="#525D76" vlink="#525D76"><table border="0" width="100%" 
cellspacing="4"><!--PAGE HEADER--><tr><td colspan="2"><!--TOMCAT LOGO--><a 
href="http://tomcat.apache.org/";><img src="../../images/tomcat.gif" 
align="left" alt="Apache Tomcat" border="0"></a><!--APACHE LOGO--><a 
href="http://www.apache.org/";><img 
src="http://www.apache.org/images/asf-logo.gif"; align="right" alt=" :: Apache 
Software Foundation" border="0"></a></td></tr><!--HEADER SEPARATOR--><tr><td 
colspan="2"><hr noshade size="1"></td></tr><tr><!--RIGHT SIDE MAIN BODY--><td 
width="80%" valign="top" align="left"><table border="0" width="100%"
  cellspacing="4"><tr><td align="left" valign="top"><h1>The Apache Tomcat 
Connector - Reference Guide</h1><h2>workers.properties 
configuration</h2></td><td align="right" valign="top" nowrap="true"><img 
src="../../images/void.gif" width="1" height="1" vspace="0" hspace="0" 
border="0" alt=" "></td></tr></table><table border="0" cellspacing="0" 
cellpadding="2" width="100%"><tr><td bgcolor="#525D76"><font color="#ffffff" 
face="arial,helvetica.sanserif"><a 
name="Introduction"><strong>Introduction</strong></a></font></td></tr><tr><td><blockquote>
+<html><head><META http-equiv="Content-Type" content="text/html; 
charset=ISO-8859-1"><title>The Apache Tomcat Connectors - Reference Guide - 
workers.properties configuration</title><meta name="author" value="Mladen 
Turk"><meta name="email" value="mt...@apache.org"><link href="../../style.css" 
type="text/css" rel="stylesheet"></head><body bgcolor="#ffffff" text="#000000" 
link="#525D76" alink="#525D76" vlink="#525D76"><table border="0" width="100%" 
cellspacing="4"><!--PAGE HEADER--><tr><td colspan="2"><!--TOMCAT LOGO--><a 
href="http://tomcat.apache.org/";><img src="../../images/tomcat.gif" 
align="left" alt="Apache Tomcat" border="0"></a><!--APACHE LOGO--><a 
href="http://www.apache.org/";><img 
src="http://www.apache.org/images/asf-logo.gif"; align="right" alt=" :: Apache 
Software Foundation" border="0"></a></td></tr><!--HEADER SEPARATOR--><tr><td 
colspan="2"><hr noshade size="1"></td></tr><tr><!--RIGHT SIDE MAIN BODY--><td 
width="80%" valign="top" align="left"><table border="0" width="100%
 " cellspacing="4"><tr><td align="left" valign="top"><h1>The Apache Tomcat 
Connectors - Reference Guide</h1><h2>workers.properties 
configuration</h2></td><td align="right" valign="top" nowrap="true"><img 
src="../../images/void.gif" width="1" height="1" vspace="0" hspace="0" 
border="0" alt=" "></td></tr></table><table border="0" cellspacing="0" 
cellpadding="2" width="100%"><tr><td bgcolor="#525D76"><font color="#ffffff" 
face="arial,helvetica.sanserif"><a 
name="Introduction"><strong>Introduction</strong></a></font></td></tr><tr><td><blockquote>
 <br>
 <p>
 A <b>Tomcat worker</b> is a Tomcat instance that is waiting to execute 
servlets or any other content
@@ -64,6 +64,13 @@ Whitespace at the beginning and the end
 Comments can be placed in any line and start with a hash sign '#'.
 Any line contents behind the hash sign get ignored.
 </p>
+<p>
+Boolean properties can be set either using the numbers <b>0</b> (false) and 
<b>1</b> (true)
+as values, or <b>off</b> (false) and <b>on</b> (true) or any other string 
starting with the
+letters <b>f</b> (false), <b>n</b> (false), <b>t</b> (true) or <b>y</b> (true).
+The values are taken case insensitive. In this documentation we will stick
+to <b>false</b> and <b>true</b>.
+</p>
 </blockquote></td></tr></table>
 
 <table border="0" cellspacing="0" cellpadding="2" width="100%"><tr><td 
bgcolor="#828DA6"><font color="#ffffff" face="arial,helvetica.sanserif"><a 
name="Global Properties"><strong>Global 
Properties</strong></a></font></td></tr><tr><td><blockquote>
@@ -103,7 +110,7 @@ Each worker configuration directive cons
 The first word is always <b>worker</b>. 
 The second word is the worker name you can choose. In the case of 
load-balancing,
 the worker name has an additional meaning. Please consult the
-<a href="../../generic_howto/loadbalancers.html">Load Balancer HowTo</a>.
+<a href="../../common_howto/loadbalancers.html">Load Balancer HowTo</a>.
 </p>
 <p><font color="#ff0000">
 The name of the worker can contain only the alphanumeric characters
@@ -139,10 +146,10 @@ the file, you can inherit properties fro
 from a template to real workers.
 </p>
 <p>
-The directive "reference" allows to copy configurations between workers
-in a hierarchical way. If worker castor sets 
<b>worker.castor.reference=worker.pollux</b>
-then it inherits all properties of <b>pollux</b>, except for the ones that
-are explicitly set for <b>castor</b>.
+The directive "reference" allows to copy configurations between workers or
+worker templates in a hierarchical way. If worker castor sets
+<b>worker.castor.reference=worker.pollux</b> then it inherits all properties
+of <b>pollux</b>, except for the ones that are explicitly set for 
<b>castor</b>.
 </p>
 <p>
 Please note, that the value of the directive is not only the name of the 
referred worker,
@@ -159,6 +166,8 @@ reference those common properties in all
 </p>
 <p>
 References can be used to inherit properties over multiple hops in a 
hierarchical way.
+The maximum depth for nesting references is 20. Be careful not to introduce a 
reference
+loop!
 </p>
 <p>
 This feature has been added in <b>jk 1.2.19</b>.
@@ -174,11 +183,13 @@ be unavailable or will misbehave. Those
 <table border="1" cellpadding="5"><tr><th width="15%" bgcolor="#023264"><font 
color="#ffffff">Directive</font></th><th width="10%" bgcolor="#023264"><font 
color="#ffffff">Default</font></th><th width="75%" bgcolor="#023264"><font 
color="#ffffff">Description</font></th></tr><tr><td align="left" 
valign="center"><strong><code>type</code></strong></td><td align="center" 
valign="center"><code>ajp13</code></td><td align="left" valign="center">
 Type of the worker (can be one of ajp13, ajp14, jni, lb or status). The type 
of the worker
 defines the directives that can be applied to the worker.
-<p>AJP13 worker is the preferred worker type that JK uses for communication
+<p>Type <b>ajp13</b> is the preferred worker type that JK uses for 
communication
 between web server and Tomcat. This type of worker uses sockets as 
communication
 channel. For detailed description of the AJP13 protocol stack browse to
 <a href="../../ajp/ajpv13a.html">AJPv13 protocol specification</a>
 </p>
+<p>Type <b>ajp14</b> is experimental and not recommended.
+</p>
 <p><font color="#ff0000">JNI workers have been deprecated. They will likely 
not work. Do not use them.</font></p>
 </td></tr></table>
 </blockquote></td></tr></table>
@@ -190,12 +201,18 @@ the connections pool of persistent conne
 </p>
 <table border="1" cellpadding="5"><tr><th width="15%" bgcolor="#023264"><font 
color="#ffffff">Directive</font></th><th width="10%" bgcolor="#023264"><font 
color="#ffffff">Default</font></th><th width="75%" bgcolor="#023264"><font 
color="#ffffff">Description</font></th></tr><tr><td align="left" 
valign="center"><code>host</code></td><td align="center" 
valign="center"><code>localhost</code></td><td align="left" valign="center">
 Host name or IP address of the backend Tomcat instance. The remote Tomcat must
-support the ajp13 protocol stack. The host name can have a <b>port</b> number
+support the AJP13 protocol stack. The host name can have a <b>port</b> number
 embedded separated by the colon (':') character.
 </td></tr><tr><td align="left" valign="center"><code>port</code></td><td 
align="center" valign="center"><code>8009</code></td><td align="left" 
valign="center">
 Port number of the remote Tomcat instance listening for defined protocol 
requests.
-The default value depends on the worker type. For AJP13 workers the default 
port is
-<b>8009</b>, while for AJP14 type of worker that value is <b>8011</b>.
+The default value depends on the worker type. For ajp13 workers the default 
port is
+<b>8009</b>, while for ajp14 type of worker that value is <b>8011</b>.
+</td></tr><tr><td align="left" valign="center"><code>source</code></td><td 
align="center" valign="center"><code>-</code></td><td align="left" 
valign="center">
+Name or IP address used for the connection source (outgoing address).
+It should only be used on multi-homed hosts.
+<p>
+This feature is experimental and has been added in <b>jk 1.2.41</b>.
+</p>
 </td></tr><tr><td align="left" 
valign="center"><code>socket_timeout</code></td><td align="center" 
valign="center"><code>0</code></td><td align="left" valign="center">
 Socket timeout in seconds used for the communication channel between JK and 
remote host.
 If the remote host does not respond inside the timeout specified, JK will 
generate an error,
@@ -214,12 +231,12 @@ equal to <b class="code">"socket_timeout
 <p>
 This feature has been added in <b>jk 1.2.27</b>.
 </p>
-</td></tr><tr><td align="left" 
valign="center"><code>socket_keepalive</code></td><td align="center" 
valign="center"><code>False</code></td><td align="left" valign="center">
+</td></tr><tr><td align="left" 
valign="center"><code>socket_keepalive</code></td><td align="center" 
valign="center"><code>false</code></td><td align="left" valign="center">
 This directive should be used when you have a firewall between your webserver
 and the Tomcat engine, who tend to drop inactive connections. This flag will 
tell the Operating System
 to send <b class="code">KEEP_ALIVE</b> messages on inactive connections 
(interval depend on global OS settings,
 generally 120 minutes), and thus prevent the firewall to cut inactive 
connections.
-To enable keepalive set this property value to <b>True</b>.
+To enable keepalive set this property value to <b>true</b>.
 <p>
 The problem with Firewall cutting inactive connections is that sometimes, 
neither webserver or Tomcat
 have information about the cut and couldn't handle it.
@@ -334,7 +351,8 @@ to handle high-load, even it the child/t
 finish having many unused ajp13 threads on the Tomcat side.
 </p>
 <p>
-You should keep this time interval in sync with the <b>connectionTimeout</b> 
attribute
+You should keep this time interval in sync with the <b>keepAliveTimeout</b> 
attribute
+(if it is set explicitly) or <b>connectionTimeout</b> attribute
 of your AJP connector in Tomcat's server.xml. Note however, that the value
 for mod_jk is given in seconds, the one in server.xml has to use milliseconds.
 </p>
@@ -421,10 +439,10 @@ can be used only with mod_jk versions 1.
 </p>
 <p><font color="#ff0000">As long as these workers should only be used via the 
load balancer worker,
 there is no need to also put them into the <b>worker.list</b> 
property.</font></p>
-</td></tr><tr><td align="left" 
valign="center"><code>sticky_session</code></td><td align="center" 
valign="center"><code>True</code></td><td align="left" valign="center">
+</td></tr><tr><td align="left" 
valign="center"><code>sticky_session</code></td><td align="center" 
valign="center"><code>true</code></td><td align="left" valign="center">
 Specifies whether requests with SESSION ID's should be routed back to the same
-Tomcat worker. If sticky_session is set to <b>True</b> or <b>1</b> sessions 
are sticky, otherwise
-sticky_session is set to <b>False</b>. Set sticky_session to <b>False</b> when 
Tomcat
+Tomcat worker. If sticky_session is set to <b>true</b> sessions are sticky, 
otherwise
+sticky_session is set to <b>false</b>. Set sticky_session to <b>false</b> when 
Tomcat
 is using a Session Manager which can persist session data across multiple
 instances of Tomcat.
 <p>
@@ -432,13 +450,13 @@ The <b>sticky_session</b> setting can be
 environment variable <b>JK_STICKY_IGNORE</b> and the worker map extension for
 <b>sticky_ignore</b>. This has been added in version <b>1.2.33</b>.
 </p>
-</td></tr><tr><td align="left" 
valign="center"><code>sticky_session_force</code></td><td align="center" 
valign="center"><code>False</code></td><td align="left" valign="center">
+</td></tr><tr><td align="left" 
valign="center"><code>sticky_session_force</code></td><td align="center" 
valign="center"><code>false</code></td><td align="left" valign="center">
 Specifies whether requests with SESSION ID's for workers that are in error 
state
-should be rejected. If sticky_session_force is set to <b>True</b> or <b>1</b>
+should be rejected. If sticky_session_force is set to <b>true</b>
 and the worker that matches that SESSION ID is in error state, client will
-receive 500 (Server Error). If set to <b>False</b> or <b>0</b> failover on
-another worker will be issued with loosing client session. This directive is
-used only when you set <b>sticky_session=True</b>.
+receive 500 (Server Error). If set to <b>false</b> failover on
+another worker will be issued with losing client session. This directive is
+used only when you set <b>sticky_session=true</b>.
 <p>
 This feature has been added in <b>jk 1.2.9</b>.
 </p>
@@ -498,7 +516,8 @@ pick the worker with the lowest current
 worker is currently serving. This number is divided by the workers lbfactor,
 and the lowest value (least busy) worker is picked. This method is especially
 interesting, if your request take a long time to process, like for a download
-application.
+application. The method is not recommended for general use, because under high
+load on some hardware architectures the busy counter can become wrong.
 </p>
 <p>
 This feature has been added in version <b>1.2.9</b>.
@@ -536,8 +555,8 @@ Instead it is responsible for the load b
 </p>
 <table border="1" cellpadding="5"><tr><th width="15%" bgcolor="#023264"><font 
color="#ffffff">Directive</font></th><th width="10%" bgcolor="#023264"><font 
color="#ffffff">Default</font></th><th width="75%" bgcolor="#023264"><font 
color="#ffffff">Description</font></th></tr><tr><td align="left" 
valign="center"><code>css</code></td><td align="center" 
valign="center"><code>-</code></td><td align="left" valign="center">
 Specifies the url for cascading stylesheet to use.
-</td></tr><tr><td align="left" valign="center"><code>read_only</code></td><td 
align="center" valign="center"><code>False</code></td><td align="left" 
valign="center">
-A status worker with read_only=True will not allow any operations,
+</td></tr><tr><td align="left" valign="center"><code>read_only</code></td><td 
align="center" valign="center"><code>false</code></td><td align="left" 
valign="center">
+A status worker with read_only=true will not allow any operations,
 that change the runtime state or configuration of the other workers.
 These are edit/update/reset/recover.
 <p>
@@ -554,9 +573,9 @@ This directive can be used multiple time
 <p>
 This feature has been added in <b>jk 1.2.20</b>.
 </p>
-</td></tr><tr><td align="left" 
valign="center"><code>user_case_insensitive</code></td><td align="center" 
valign="center"><code>False</code></td><td align="left" valign="center">
+</td></tr><tr><td align="left" 
valign="center"><code>user_case_insensitive</code></td><td align="center" 
valign="center"><code>false</code></td><td align="left" valign="center">
 By default, the user names are matched case sensitively. You can set
-user_case_insensitive=True to make the comparison case insensitive.
+user_case_insensitive=true to make the comparison case insensitive.
 This may be especially useful on the Windows platform.
 <p>
 This feature has been added in <b>jk 1.2.21</b>.
@@ -761,6 +780,16 @@ fail_on_status. This feature gets enable
 front of those status codes.
 For example: <b class="code">worker.xxx.fail_on_status=-404,-500,503</b>
 </p>
+</td></tr><tr><td align="left" valign="center"><code>busy_limit</code></td><td 
align="left" valign="center"><code>AJP,SUB</code></td><td align="center" 
valign="center"><code>0</code></td><td align="left" valign="center">
+If set to a positive number, the worker will only be used for a request,
+if it is currently working on less than this number of concurrent requests.
+<p>
+Note that this is not related to the <b>Busyness</b> load balancing
+<b>method</b>.
+</p>
+<p>
+This feature is experimental and has been added in <b>jk 1.2.41</b>.
+</p>
 </td></tr><tr><td align="left" 
valign="center"><code>max_packet_size</code></td><td align="left" 
valign="center"><code>AJP,SUB</code></td><td align="center" 
valign="center"><code>8192</code></td><td align="left" valign="center">
 This attribute sets the maximal AJP packet size in Bytes.
 The maximum value is 65536. If you change it from the default,
@@ -775,13 +804,16 @@ certificate chains.
 <p>
 This feature has been added in <b>jk 1.2.19</b>.
 </p>
-</td></tr><tr><td align="left" valign="center"><code>mount</code></td><td 
align="left" valign="center"><code>AJP,LB</code></td><td align="center" 
valign="center"><code>-</code></td><td align="left" valign="center">
-Space delimited list of uri maps the worker should handle. It is only used,
-if the worker is included in worker.list.
+</td></tr><tr><td align="left" 
valign="center"><code>prefer_ipv6</code></td><td align="left" 
valign="center"><code>AJP,SUB</code></td><td align="center" 
valign="center"><code>false</code></td><td align="left" valign="center">
+When compiled with IPV6 support, this directive forces IPV6 address
+resolution for host names which have both IPV6 and IPV4 addresses. In case 
there is
+no IPV6 address defined for the given hostname this directive in ineffective. 
This directive will
+be also ineffective if there is only IPV6 address defined or if IP address is 
used for "host",
+either in IPV4 or IPV6 notation.
 <p>
-This directive can be used multiple times for the same worker.
+This feature has been added in <b>jk 1.2.38</b>.
 </p>
-</td></tr><tr><td align="left" valign="center"><code>secret</code></td><td 
align="left" valign="center"><code>AJP,LB,SUB</code></td><td align="center" 
valign="center"><code>-</code></td><td align="left" valign="center">
+</td></tr><tr><td align="left" valign="center"><code>secret</code></td><td 
align="left" valign="center"><code>AJP,SUB,LB</code></td><td align="center" 
valign="center"><code>-</code></td><td align="left" valign="center">
 You can set a secret keyword on the Tomcat AJP Connector. Then only requests
 from workers with the same secret keyword will be accepted.
 <p>
@@ -795,6 +827,12 @@ If you set a secret on a load balancer,
 <p>
 This feature has been added in <b>jk 1.2.12</b>.
 </p>
+</td></tr><tr><td align="left" valign="center"><code>mount</code></td><td 
align="left" valign="center"><code>AJP,LB</code></td><td align="center" 
valign="center"><code>-</code></td><td align="left" valign="center">
+Space delimited list of uri maps the worker should handle. It is only used,
+if the worker is included in worker.list.
+<p>
+This directive can be used multiple times for the same worker.
+</p>
 </td></tr><tr><td align="left" 
valign="center"><code>max_reply_timeouts</code></td><td align="left" 
valign="center"><code>LB</code></td><td align="center" 
valign="center"><code>0</code></td><td align="left" valign="center">
 If you use a <b>reply_timeout</b> for the members of a load balancer worker,
 and you want to tolerate a few requests taking longer than reply_timeout,
@@ -839,12 +877,55 @@ will the node be put into error state.
 <p>
 This features has been added in <b>jk 1.2.28</b>.
 </p>
+</td></tr><tr><td align="left" 
valign="center"><code>session_cookie</code></td><td align="left" 
valign="center"><code>LB</code></td><td align="center" 
valign="center"><code>JSESSIONID</code></td><td align="left" valign="center">
+The name of the cookie that contains the routing identifier needed for session 
stickyness.
+The routing identifier is everything after a "." character in the value of the 
cookie.
+<p>
+This feature has been added in <b>jk 1.2.27</b>.
+</p>
+</td></tr><tr><td align="left" 
valign="center"><code>session_path</code></td><td align="left" 
valign="center"><code>LB</code></td><td align="center" 
valign="center"><code>;jsessionid</code></td><td align="left" valign="center">
+The name of the path parameter that contains the routing identifier needed for
+session stickyness. The routing identifier is everything after a "." character 
in the value
+of the path parameter.
+<p>
+This feature has been added in <b>jk 1.2.27</b>.
+</p>
+</td></tr><tr><td align="left" 
valign="center"><code>set_session_cookie</code></td><td align="left" 
valign="center"><code>LB</code></td><td align="center" 
valign="center"><code>false</code></td><td align="left" valign="center">
+Activates generation of session stickyness cookies. Typically you don't need 
this.
+<p>
+Some web frameworks replace Tomcat session management and use a different way
+of generating session IDs. As a consequence the routing ID added by Tomcat to 
the
+end of the session ID is lost and we no longer can do sticky load balancing.
+As a workaround you can use the following steps:
+<ul>
+<li>Choose a non-standard cookie name using the "session_cookie" 
attribute.</li>
+<li>Activate cookie sending by setting the attribute "set_session_cookie" to 
<b>true</b>.</li>
+<li>Set the attribute "session_cookie_path" to the correct application URI, 
like
+e.g. "/myapp/".</li>
+</ul>
+</p>
+<p>
+The cookie will only be send if the request does not already contain
+a cookie of the same name, or that cookie does not contain a routing
+ID which the load balancer can fulfill. Especially after a node failover
+we will send a new cookie to switch stickyness to the new node.
+</p>
+<p>
+This feature has been added in <b>jk 1.2.38</b>.
+</p>
+</td></tr><tr><td align="left" 
valign="center"><code>session_cookie_path</code></td><td align="left" 
valign="center"><code>LB</code></td><td align="center" 
valign="center"><code>-</code></td><td align="left" valign="center">
+This attribute is only used if "set_session_cookie" is set to <b>true</b>.
+See "set_session_cookie" for a description. If the value of 
"session_cookie_path"
+is empty (default), then the send cookie will not contain a PATH information.
+<p>
+This feature has been added in <b>jk 1.2.38</b>.
+</p>
 </td></tr><tr><td align="left" valign="center"><code>activation</code></td><td 
align="left" valign="center"><code>SUB</code></td><td align="center" 
valign="center"><code>Active</code></td><td align="left" valign="center">
 Using this directive, a balanced worker of a load balancer
 can be configured as disabled or stopped. A disabled worker only gets
 requests, which belong to sessions for that worker. A stopped
 worker does not get any requests. Users of a stopped worker will
-loose their sessions, unless session replication via clustering is used.
+lose their sessions, unless session replication via clustering is used.
 <p>
 Use <b>d</b> or <b>D</b> to disable and <b>s</b> or <b>S</b> to stop.
 If this directive is not present the deprecated directives
@@ -915,58 +996,6 @@ to this route of the preferred failover
 <p>
 This feature has been added in <b>jk 1.2.9</b>.
 </p>
-</td></tr><tr><td align="left" 
valign="center"><code>session_cookie</code></td><td align="left" 
valign="center"><code>LB</code></td><td align="center" 
valign="center"><code>JSESSIONID</code></td><td align="left" valign="center">
-The name of the cookie that contains the routing identifier needed for session 
stickyness.
-The routing identifier is everything after a "." character in the value of the 
cookie.
-<p>
-This feature has been added in <b>jk 1.2.27</b>.
-</p>
-</td></tr><tr><td align="left" 
valign="center"><code>session_path</code></td><td align="left" 
valign="center"><code>LB</code></td><td align="center" 
valign="center"><code>;jsessionid</code></td><td align="left" valign="center">
-The name of the path parameter that contains the routing identifier needed for
-session stickyness. The routing identifier is everything after a "." character 
in the value
-of the path parameter.
-<p>
-This feature has been added in <b>jk 1.2.27</b>.
-</p>
-</td></tr><tr><td align="left" 
valign="center"><code>set_session_cookie</code></td><td align="left" 
valign="center"><code>LB</code></td><td align="center" 
valign="center"><code>False</code></td><td align="left" valign="center">
-Activates generation of session stickyness cookies. Typically you don't need 
this.
-<p>
-Some web frameworks replace Tomcat session management and use a different way
-of generating session IDs. As a consequence the routing ID added by Tomcat to 
the
-end of the session ID is lost and we no longer can do sticky load balancing.
-As a workaround you can use the following steps:
-<ul>
-<li>Choose a non-standard cookie name using the "session_cookie" 
attribute.</li>
-<li>Activate cookie sending by setting the attribute "set_session_cookie" to 
"True".</li>
-<li>Set the attribute "session_cookie_path" to the correct application URI, 
like
-e.g. "/myapp/".</li>
-</ul>
-</p>
-<p>
-The cookie will only be send if the request does not already contain
-a cookie of the same name, or that cookie does not contain a routing
-ID which the load balancer can fulfill. Especially after a node failover
-we will send a new cookie to switch stickyness to the new node.
-</p>
-<p>
-This feature has been added in <b>jk 1.2.38</b>.
-</p>
-</td></tr><tr><td align="left" 
valign="center"><code>session_cookie_path</code></td><td align="left" 
valign="center"><code>LB</code></td><td align="center" 
valign="center"><code>-</code></td><td align="left" valign="center">
-This attribute is only used if "set_session_cookie" is set to "True".
-See "set_session_cookie" for a description. If the value of 
"session_cookie_path"
-is empty (default), then the send cookie will not contain a PATH information.
-<p>
-This feature has been added in <b>jk 1.2.38</b>.
-</p>
-</td></tr><tr><td align="left" 
valign="center"><code>prefer_ipv6</code></td><td align="left" 
valign="center"><code>AJP</code></td><td align="center" 
valign="center"><code>0</code></td><td align="left" valign="center">
-When compiled with IPV6 support, this directive forces IPV6 address
-resolution for host names which have both IPV6 and IPV4 addresses. In case 
there is
-no IPV6 address defined for the given hostname this directive in ineffective. 
This directive will
-be also ineffective if there is only IPV6 address defined or if IP address is 
used for "host",
-either in IPV4 or IPV6 notation.
-<p>
-This feature has been added in <b>jk 1.2.38</b>.
-</p>
 </td></tr></table>
 </blockquote></td></tr></table>
 
@@ -1019,16 +1048,16 @@ If set to value zero (default) no recycl
 <p><font color="#ff0000">This directive has been deprecated since 
1.2.7.</font></p>
 A comma separated list of workers that the load balancer
 need to manage.
-</td></tr><tr><td align="left" valign="center"><code>disabled</code></td><td 
align="center" valign="center"><code>activation</code></td><td align="center" 
valign="center"><code>False</code></td><td align="left" valign="center">
+</td></tr><tr><td align="left" valign="center"><code>disabled</code></td><td 
align="center" valign="center"><code>activation</code></td><td align="center" 
valign="center"><code>false</code></td><td align="left" valign="center">
 <p><font color="#ff0000">This directive has been deprecated since 
1.2.19.</font></p>
-If set to <b>True</b> or <b>1</b> the worker will be disabled if member
+If set to <b>true</b> the worker will be disabled if member
 of load balancer. This flag can be changed at runtime using status worker.
 <p>
 This feature has been added in <b>jk 1.2.9</b>.
 </p>
-</td></tr><tr><td align="left" valign="center"><code>stopped</code></td><td 
align="center" valign="center"><code>activation</code></td><td align="center" 
valign="center"><code>False</code></td><td align="left" valign="center">
+</td></tr><tr><td align="left" valign="center"><code>stopped</code></td><td 
align="center" valign="center"><code>activation</code></td><td align="center" 
valign="center"><code>false</code></td><td align="left" valign="center">
 <p><font color="#ff0000">This directive has been deprecated since 
1.2.19.</font></p>
-If set to <b>True</b> or <b>1</b> the worker will be stopped if member
+If set to <b>true</b> the worker will be stopped if member
 of load balancer. The flag is needed for stop complete traffic of a sticky 
session
 worker. It is only useful, when you have a cluster that replicated the 
sessions.
 This flag can be changed at runtime using status worker.
@@ -1058,5 +1087,5 @@ This feature has been added in <b>jk 1.2
 </blockquote></td></tr></table>
 
 </blockquote></td></tr></table></td></tr><!--FOOTER SEPARATOR--><tr><td 
colspan="2"><hr noshade size="1"></td></tr><!--PAGE FOOTER--><tr><td 
colspan="2"><div align="center"><font color="#525D76" size="-1"><em>
-        Copyright &copy; 1999-2014, Apache Software Foundation
+        Copyright &copy; 1999-2015, Apache Software Foundation
         </em></font></div></td></tr></table></body></html>
\ No newline at end of file

Modified: tomcat/site/trunk/docs/connectors-doc/reference/status.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/connectors-doc/reference/status.html?rev=1696233&r1=1696232&r2=1696233&view=diff
==============================================================================
--- tomcat/site/trunk/docs/connectors-doc/reference/status.html (original)
+++ tomcat/site/trunk/docs/connectors-doc/reference/status.html Mon Aug 17 
10:48:16 2015
@@ -1,4 +1,4 @@
-<html><head><META http-equiv="Content-Type" content="text/html; 
charset=ISO-8859-1"><title>The Apache Tomcat Connector - Reference Guide - 
Status Worker Reference</title><meta name="author" value="Rainer Jung"><meta 
name="email" value="rj...@apache.org"><link href="../style.css" type="text/css" 
rel="stylesheet"></head><body bgcolor="#ffffff" text="#000000" link="#525D76" 
alink="#525D76" vlink="#525D76"><table border="0" width="100%" 
cellspacing="4"><!--PAGE HEADER--><tr><td colspan="2"><!--TOMCAT LOGO--><a 
href="http://tomcat.apache.org/";><img src="../images/tomcat.gif" align="left" 
alt="Apache Tomcat" border="0"></a><!--APACHE LOGO--><a 
href="http://www.apache.org/";><img 
src="http://www.apache.org/images/asf-logo.gif"; align="right" alt=" :: Apache 
Software Foundation" border="0"></a></td></tr><!--HEADER SEPARATOR--><tr><td 
colspan="2"><hr noshade size="1"></td></tr><tr><!--LEFT SIDE NAVIGATION--><td 
width="20%" valign="top" nowrap="true"><p><strong>Links</strong></p><ul><li><a 
href
 ="../index.html">Docs Home</a></li></ul><p><strong>Reference 
Guide</strong></p><ul><li><a 
href="../reference/workers.html">workers.properties</a></li><li><a 
href="../reference/uriworkermap.html">uriworkermap.properties</a></li><li><a 
href="../reference/status.html">Status Worker</a></li><li><a 
href="../reference/apache.html">Apache HTTP Server</a></li><li><a 
href="../reference/iis.html">IIS</a></li></ul><p><strong>Generic 
HowTo</strong></p><ul><li><a href="../generic_howto/quick.html">For the 
impatient</a></li><li><a href="../generic_howto/workers.html">All about 
workers</a></li><li><a 
href="../generic_howto/timeouts.html">Timeouts</a></li><li><a 
href="../generic_howto/loadbalancers.html">Load Balancing</a></li><li><a 
href="../generic_howto/proxy.html">Reverse 
Proxy</a></li></ul><p><strong>Webserver HowTo</strong></p><ul><li><a 
href="../webserver_howto/apache.html">Apache HTTP Server</a></li><li><a 
href="../webserver_howto/iis.html">IIS</a></li><li><a 
href="../webserver_howto/nes.ht
 ml">Netscape/SunOne/Sun</a></li></ul><p><strong>AJP Protocol 
Reference</strong></p><ul><li><a 
href="../ajp/ajpv13a.html">AJPv13</a></li><li><a 
href="../ajp/ajpv13ext.html">AJPv13 Extension 
Proposal</a></li></ul><p><strong>Miscellaneous 
Documentation</strong></p><ul><li><a 
href="../miscellaneous/faq.html">Frequently asked questions</a></li><li><a 
href="../miscellaneous/changelog.html">Changelog</a></li><li><a 
href="http://issues.apache.org/bugzilla/buglist.cgi?query_format=advanced&amp;short_desc_type=allwordssubstr&amp;short_desc=&amp;product=Tomcat+Connectors&amp;long_desc_type=substring&amp;long_desc=&amp;bug_file_loc_type=allwordssubstr&amp;bug_file_loc=&amp;keywords_type=allwords&amp;keywords=&amp;bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;emailassigned_to1=1&amp;emailtype1=substring&amp;email1=&amp;emailassigned_to2=1&amp;emailreporter2=1&amp;emailcc2=1&amp;emailtype2=substring&amp;email2=&amp;bugidtype=include&amp;bug_id=&amp;votes=&amp;chfieldfrom=&amp
 
;chfieldto=Now&amp;chfieldvalue=&amp;cmdtype=doit&amp;order=Reuse+same+sort+as+last+time&amp;field0-0-0=noop&amp;type0-0-0=noop&amp;value0-0-0=">Current
 Tomcat Connectors bugs</a></li><li><a 
href="../miscellaneous/doccontrib.html">Contribute documentation</a></li><li><a 
href="../miscellaneous/jkstatustasks.html">JK Status Ant Tasks</a></li><li><a 
href="../miscellaneous/reporttools.html">Reporting Tools</a></li><li><a 
href="http://tomcat.apache.org/connectors-doc-archive/jk2/index.html";>Old 
JK/JK2 documentation</a></li></ul><p><strong>News</strong></p><ul><li><a 
href="../news/20140201.html">2014</a></li><li><a 
href="../news/20120301.html">2012</a></li><li><a 
href="../news/20110701.html">2011</a></li><li><a 
href="../news/20100101.html">2010</a></li><li><a 
href="../news/20090301.html">2009</a></li><li><a 
href="../news/20081001.html">2008</a></li><li><a 
href="../news/20070301.html">2007</a></li><li><a 
href="../news/20060101.html">2006</a></li><li><a 
href="../news/20050101.html">2005</a>
 </li><li><a href="../news/20041100.html">2004</a></li></ul></td><!--RIGHT SIDE 
MAIN BODY--><td width="80%" valign="top" align="left"><table border="0" 
width="100%" cellspacing="4"><tr><td align="left" valign="top"><h1>The Apache 
Tomcat Connector - Reference Guide</h1><h2>Status Worker Reference</h2></td><td 
align="right" valign="top" nowrap="true"><small><a 
href="printer/status.html"><img src="../images/printer.gif" border="0" 
alt="Printer Friendly Version"><br>print-friendly<br>version
+<html><head><META http-equiv="Content-Type" content="text/html; 
charset=ISO-8859-1"><title>The Apache Tomcat Connectors - Reference Guide - 
Status Worker Reference</title><meta name="author" value="Rainer Jung"><meta 
name="email" value="rj...@apache.org"><link href="../style.css" type="text/css" 
rel="stylesheet"></head><body bgcolor="#ffffff" text="#000000" link="#525D76" 
alink="#525D76" vlink="#525D76"><table border="0" width="100%" 
cellspacing="4"><!--PAGE HEADER--><tr><td colspan="2"><!--TOMCAT LOGO--><a 
href="http://tomcat.apache.org/";><img src="../images/tomcat.gif" align="left" 
alt="Apache Tomcat" border="0"></a><!--APACHE LOGO--><a 
href="http://www.apache.org/";><img 
src="http://www.apache.org/images/asf-logo.gif"; align="right" alt=" :: Apache 
Software Foundation" border="0"></a></td></tr><!--HEADER SEPARATOR--><tr><td 
colspan="2"><hr noshade size="1"></td></tr><tr><!--LEFT SIDE NAVIGATION--><td 
width="20%" valign="top" nowrap="true"><p><strong>Links</strong></p><ul><li><a 
hre
 f="../index.html">Docs Home</a></li></ul><p><strong>Common 
HowTo</strong></p><ul><li><a href="../common_howto/quick.html">For the 
impatient</a></li><li><a href="../common_howto/workers.html">All about 
workers</a></li><li><a 
href="../common_howto/timeouts.html">Timeouts</a></li><li><a 
href="../common_howto/loadbalancers.html">Load Balancing</a></li><li><a 
href="../common_howto/proxy.html">Reverse 
Proxy</a></li></ul><p><strong>Webserver HowTo</strong></p><ul><li><a 
href="../webserver_howto/apache.html">Apache HTTP Server</a></li><li><a 
href="../webserver_howto/iis.html">IIS</a></li><li><a 
href="../webserver_howto/nes.html">Netscape/SunOne/Sun</a></li></ul><p><strong>Reference
 Guide</strong></p><ul><li><a 
href="../reference/workers.html">workers.properties</a></li><li><a 
href="../reference/uriworkermap.html">uriworkermap.properties</a></li><li><a 
href="../reference/status.html">Status Worker</a></li><li><a 
href="../reference/apache.html">Apache HTTP Server</a></li><li><a href="../refer
 ence/iis.html">IIS</a></li></ul><p><strong>AJP Protocol 
Reference</strong></p><ul><li><a 
href="../ajp/ajpv13a.html">AJPv13</a></li><li><a 
href="../ajp/ajpv13ext.html">AJPv13 Extension 
Proposal</a></li></ul><p><strong>Miscellaneous 
Documentation</strong></p><ul><li><a 
href="../miscellaneous/faq.html">Frequently asked questions</a></li><li><a 
href="../miscellaneous/changelog.html">Changelog</a></li><li><a 
href="http://issues.apache.org/bugzilla/buglist.cgi?query_format=advanced&amp;short_desc_type=allwordssubstr&amp;short_desc=&amp;product=Tomcat+Connectors&amp;long_desc_type=substring&amp;long_desc=&amp;bug_file_loc_type=allwordssubstr&amp;bug_file_loc=&amp;keywords_type=allwords&amp;keywords=&amp;bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;emailassigned_to1=1&amp;emailtype1=substring&amp;email1=&amp;emailassigned_to2=1&amp;emailreporter2=1&amp;emailcc2=1&amp;emailtype2=substring&amp;email2=&amp;bugidtype=include&amp;bug_id=&amp;votes=&amp;chfieldfrom=&amp;chfi
 
eldto=Now&amp;chfieldvalue=&amp;cmdtype=doit&amp;order=Reuse+same+sort+as+last+time&amp;field0-0-0=noop&amp;type0-0-0=noop&amp;value0-0-0=">Current
 Tomcat Connectors bugs</a></li><li><a 
href="../miscellaneous/doccontrib.html">Contribute documentation</a></li><li><a 
href="../miscellaneous/jkstatustasks.html">JK Status Ant Tasks</a></li><li><a 
href="../miscellaneous/reporttools.html">Reporting Tools</a></li><li><a 
href="http://tomcat.apache.org/connectors-doc-archive/jk2/index.html";>Old 
JK/JK2 documentation</a></li></ul><p><strong>News</strong></p><ul><li><a 
href="../news/20140201.html">2014</a></li><li><a 
href="../news/20120301.html">2012</a></li><li><a 
href="../news/20110701.html">2011</a></li><li><a 
href="../news/20100101.html">2010</a></li><li><a 
href="../news/20090301.html">2009</a></li><li><a 
href="../news/20081001.html">2008</a></li><li><a 
href="../news/20070301.html">2007</a></li><li><a 
href="../news/20060101.html">2006</a></li><li><a 
href="../news/20050101.html">2005</a></li>
 <li><a href="../news/20041100.html">2004</a></li></ul></td><!--RIGHT SIDE MAIN 
BODY--><td width="80%" valign="top" align="left"><table border="0" width="100%" 
cellspacing="4"><tr><td align="left" valign="top"><h1>The Apache Tomcat 
Connectors - Reference Guide</h1><h2>Status Worker Reference</h2></td><td 
align="right" valign="top" nowrap="true"><small><a 
href="printer/status.html"><img src="../images/printer.gif" border="0" 
alt="Printer Friendly Version"><br>print-friendly<br>version
                     </a></small></td></tr></table><table border="0" 
cellspacing="0" cellpadding="2" width="100%"><tr><td bgcolor="#525D76"><font 
color="#ffffff" face="arial,helvetica.sanserif"><a 
name="Introduction"><strong>Introduction</strong></a></font></td></tr><tr><td><blockquote>
 <br>
 <p>
@@ -242,7 +242,7 @@ access to the status worker URLs you hav
 attributes of status workers are helpful. The attribute "read_only" disables 
all features of
 the status worker, that can be used to change configurations or runtime status 
of the other workers.
 A read_only status worker will not allow access to the edit, update, reset or 
recover actions.
-The default value is "False", ie. read/write. To enable read_only you need to 
set it to "True".
+The default value is <b>false</b>, ie. read/write. To enable read_only you 
need to set it to <b>true</b>.
 </p>
 <p>
 You could configure two status workers, one has read_only and will be made 
available to a larger
@@ -250,7 +250,7 @@ admin group, the other one will be used
 <div class="example"><pre>
 worker.list=jk-watch
 worker.jk-watch.type=status
-worker.jk-watch.read_only=True
+worker.jk-watch.read_only=true
 worker.jk-watch.mount=/user/status/jk
 worker.list=jk-manage
 worker.jk-manage.type=status
@@ -272,7 +272,7 @@ The user list can be split over multiple
 </p>
 <p>
 By default, the user names are matched case sensitively. Starting with version 
1.2.21 you can set
-the attribute <b>user_case_insensitive</b> to "True". Then the comparison will 
be made case insensitive.
+the attribute <b>user_case_insensitive</b> to <b>true</b>. Then the comparison 
will be made case insensitive.
 </p>
 </blockquote></td></tr></table>
 
@@ -505,6 +505,9 @@ Finally the list of parameters you can u
 <b>varo</b>: recovery_options (number)
 </li>
 <li>
+<b>vabl</b>: busy_limit (number)
+</li>
+<li>
 <b>vamps</b>: max_packet_size (number)
 </li>
 </ul>
@@ -533,7 +536,7 @@ will be triggered by the parameter <b>at
 which aspect you want to edit. The list is the same as in the previous section,
 except for "vahst" and "vaprt":
 "vwa", "vwf", "vwn", "vwr", "vwc", "vwd", "vacpt", "vact", "vapt", "vart", 
"var",
-"varo" and "vamps". But here you
+"varo", "vabl" and "vamps". But here you
 need to put the name into the parameter <b>att</b>, instead of using it as a 
request
 parameter name.
 </p>
@@ -543,5 +546,5 @@ in parameters named "val0", "val1", ....
 </p>
 </blockquote></td></tr></table>
 </blockquote></td></tr></table></td></tr><!--FOOTER SEPARATOR--><tr><td 
colspan="2"><hr noshade size="1"></td></tr><!--PAGE FOOTER--><tr><td 
colspan="2"><div align="center"><font color="#525D76" size="-1"><em>
-        Copyright &copy; 1999-2014, Apache Software Foundation
+        Copyright &copy; 1999-2015, Apache Software Foundation
         </em></font></div></td></tr></table></body></html>
\ No newline at end of file

Modified: tomcat/site/trunk/docs/connectors-doc/reference/uriworkermap.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/connectors-doc/reference/uriworkermap.html?rev=1696233&r1=1696232&r2=1696233&view=diff
==============================================================================
--- tomcat/site/trunk/docs/connectors-doc/reference/uriworkermap.html (original)
+++ tomcat/site/trunk/docs/connectors-doc/reference/uriworkermap.html Mon Aug 
17 10:48:16 2015
@@ -1,4 +1,4 @@
-<html><head><META http-equiv="Content-Type" content="text/html; 
charset=ISO-8859-1"><title>The Apache Tomcat Connector - Reference Guide - 
uriworkermap.properties configuration</title><meta name="author" value="Rainer 
Jung"><meta name="email" value="rj...@apache.org"><meta name="author" 
value="Mladen Turk"><meta name="email" value="mt...@apache.org"><link 
href="../style.css" type="text/css" rel="stylesheet"></head><body 
bgcolor="#ffffff" text="#000000" link="#525D76" alink="#525D76" 
vlink="#525D76"><table border="0" width="100%" cellspacing="4"><!--PAGE 
HEADER--><tr><td colspan="2"><!--TOMCAT LOGO--><a 
href="http://tomcat.apache.org/";><img src="../images/tomcat.gif" align="left" 
alt="Apache Tomcat" border="0"></a><!--APACHE LOGO--><a 
href="http://www.apache.org/";><img 
src="http://www.apache.org/images/asf-logo.gif"; align="right" alt=" :: Apache 
Software Foundation" border="0"></a></td></tr><!--HEADER SEPARATOR--><tr><td 
colspan="2"><hr noshade size="1"></td></tr><tr><!--LEFT SIDE NA
 VIGATION--><td width="20%" valign="top" 
nowrap="true"><p><strong>Links</strong></p><ul><li><a href="../index.html">Docs 
Home</a></li></ul><p><strong>Reference Guide</strong></p><ul><li><a 
href="../reference/workers.html">workers.properties</a></li><li><a 
href="../reference/uriworkermap.html">uriworkermap.properties</a></li><li><a 
href="../reference/status.html">Status Worker</a></li><li><a 
href="../reference/apache.html">Apache HTTP Server</a></li><li><a 
href="../reference/iis.html">IIS</a></li></ul><p><strong>Generic 
HowTo</strong></p><ul><li><a href="../generic_howto/quick.html">For the 
impatient</a></li><li><a href="../generic_howto/workers.html">All about 
workers</a></li><li><a 
href="../generic_howto/timeouts.html">Timeouts</a></li><li><a 
href="../generic_howto/loadbalancers.html">Load Balancing</a></li><li><a 
href="../generic_howto/proxy.html">Reverse 
Proxy</a></li></ul><p><strong>Webserver HowTo</strong></p><ul><li><a 
href="../webserver_howto/apache.html">Apache HTTP Server</a
 ></li><li><a href="../webserver_howto/iis.html">IIS</a></li><li><a 
 >href="../webserver_howto/nes.html">Netscape/SunOne/Sun</a></li></ul><p><strong>AJP
 > Protocol Reference</strong></p><ul><li><a 
 >href="../ajp/ajpv13a.html">AJPv13</a></li><li><a 
 >href="../ajp/ajpv13ext.html">AJPv13 Extension 
 >Proposal</a></li></ul><p><strong>Miscellaneous 
 >Documentation</strong></p><ul><li><a 
 >href="../miscellaneous/faq.html">Frequently asked questions</a></li><li><a 
 >href="../miscellaneous/changelog.html">Changelog</a></li><li><a 
 >href="http://issues.apache.org/bugzilla/buglist.cgi?query_format=advanced&amp;short_desc_type=allwordssubstr&amp;short_desc=&amp;product=Tomcat+Connectors&amp;long_desc_type=substring&amp;long_desc=&amp;bug_file_loc_type=allwordssubstr&amp;bug_file_loc=&amp;keywords_type=allwords&amp;keywords=&amp;bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;emailassigned_to1=1&amp;emailtype1=substring&amp;email1=&amp;emailassigned_to2=1&amp;emailreporter2=1&amp;emailcc2=1&amp;
 
emailtype2=substring&amp;email2=&amp;bugidtype=include&amp;bug_id=&amp;votes=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;cmdtype=doit&amp;order=Reuse+same+sort+as+last+time&amp;field0-0-0=noop&amp;type0-0-0=noop&amp;value0-0-0=">Current
 Tomcat Connectors bugs</a></li><li><a 
href="../miscellaneous/doccontrib.html">Contribute documentation</a></li><li><a 
href="../miscellaneous/jkstatustasks.html">JK Status Ant Tasks</a></li><li><a 
href="../miscellaneous/reporttools.html">Reporting Tools</a></li><li><a 
href="http://tomcat.apache.org/connectors-doc-archive/jk2/index.html";>Old 
JK/JK2 documentation</a></li></ul><p><strong>News</strong></p><ul><li><a 
href="../news/20140201.html">2014</a></li><li><a 
href="../news/20120301.html">2012</a></li><li><a 
href="../news/20110701.html">2011</a></li><li><a 
href="../news/20100101.html">2010</a></li><li><a 
href="../news/20090301.html">2009</a></li><li><a 
href="../news/20081001.html">2008</a></li><li><a 
href="../news/20070301.html">2007</a>
 </li><li><a href="../news/20060101.html">2006</a></li><li><a 
href="../news/20050101.html">2005</a></li><li><a 
href="../news/20041100.html">2004</a></li></ul></td><!--RIGHT SIDE MAIN 
BODY--><td width="80%" valign="top" align="left"><table border="0" width="100%" 
cellspacing="4"><tr><td align="left" valign="top"><h1>The Apache Tomcat 
Connector - Reference Guide</h1><h2>uriworkermap.properties 
configuration</h2></td><td align="right" valign="top" nowrap="true"><small><a 
href="printer/uriworkermap.html"><img src="../images/printer.gif" border="0" 
alt="Printer Friendly Version"><br>print-friendly<br>version
+<html><head><META http-equiv="Content-Type" content="text/html; 
charset=ISO-8859-1"><title>The Apache Tomcat Connectors - Reference Guide - 
uriworkermap.properties configuration</title><meta name="author" value="Rainer 
Jung"><meta name="email" value="rj...@apache.org"><meta name="author" 
value="Mladen Turk"><meta name="email" value="mt...@apache.org"><link 
href="../style.css" type="text/css" rel="stylesheet"></head><body 
bgcolor="#ffffff" text="#000000" link="#525D76" alink="#525D76" 
vlink="#525D76"><table border="0" width="100%" cellspacing="4"><!--PAGE 
HEADER--><tr><td colspan="2"><!--TOMCAT LOGO--><a 
href="http://tomcat.apache.org/";><img src="../images/tomcat.gif" align="left" 
alt="Apache Tomcat" border="0"></a><!--APACHE LOGO--><a 
href="http://www.apache.org/";><img 
src="http://www.apache.org/images/asf-logo.gif"; align="right" alt=" :: Apache 
Software Foundation" border="0"></a></td></tr><!--HEADER SEPARATOR--><tr><td 
colspan="2"><hr noshade size="1"></td></tr><tr><!--LEFT SIDE N
 AVIGATION--><td width="20%" valign="top" 
nowrap="true"><p><strong>Links</strong></p><ul><li><a href="../index.html">Docs 
Home</a></li></ul><p><strong>Common HowTo</strong></p><ul><li><a 
href="../common_howto/quick.html">For the impatient</a></li><li><a 
href="../common_howto/workers.html">All about workers</a></li><li><a 
href="../common_howto/timeouts.html">Timeouts</a></li><li><a 
href="../common_howto/loadbalancers.html">Load Balancing</a></li><li><a 
href="../common_howto/proxy.html">Reverse 
Proxy</a></li></ul><p><strong>Webserver HowTo</strong></p><ul><li><a 
href="../webserver_howto/apache.html">Apache HTTP Server</a></li><li><a 
href="../webserver_howto/iis.html">IIS</a></li><li><a 
href="../webserver_howto/nes.html">Netscape/SunOne/Sun</a></li></ul><p><strong>Reference
 Guide</strong></p><ul><li><a 
href="../reference/workers.html">workers.properties</a></li><li><a 
href="../reference/uriworkermap.html">uriworkermap.properties</a></li><li><a 
href="../reference/status.html">Status Work
 er</a></li><li><a href="../reference/apache.html">Apache HTTP 
Server</a></li><li><a 
href="../reference/iis.html">IIS</a></li></ul><p><strong>AJP Protocol 
Reference</strong></p><ul><li><a 
href="../ajp/ajpv13a.html">AJPv13</a></li><li><a 
href="../ajp/ajpv13ext.html">AJPv13 Extension 
Proposal</a></li></ul><p><strong>Miscellaneous 
Documentation</strong></p><ul><li><a 
href="../miscellaneous/faq.html">Frequently asked questions</a></li><li><a 
href="../miscellaneous/changelog.html">Changelog</a></li><li><a 
href="http://issues.apache.org/bugzilla/buglist.cgi?query_format=advanced&amp;short_desc_type=allwordssubstr&amp;short_desc=&amp;product=Tomcat+Connectors&amp;long_desc_type=substring&amp;long_desc=&amp;bug_file_loc_type=allwordssubstr&amp;bug_file_loc=&amp;keywords_type=allwords&amp;keywords=&amp;bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;emailassigned_to1=1&amp;emailtype1=substring&amp;email1=&amp;emailassigned_to2=1&amp;emailreporter2=1&amp;emailcc2=1&amp;email
 
type2=substring&amp;email2=&amp;bugidtype=include&amp;bug_id=&amp;votes=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;cmdtype=doit&amp;order=Reuse+same+sort+as+last+time&amp;field0-0-0=noop&amp;type0-0-0=noop&amp;value0-0-0=">Current
 Tomcat Connectors bugs</a></li><li><a 
href="../miscellaneous/doccontrib.html">Contribute documentation</a></li><li><a 
href="../miscellaneous/jkstatustasks.html">JK Status Ant Tasks</a></li><li><a 
href="../miscellaneous/reporttools.html">Reporting Tools</a></li><li><a 
href="http://tomcat.apache.org/connectors-doc-archive/jk2/index.html";>Old 
JK/JK2 documentation</a></li></ul><p><strong>News</strong></p><ul><li><a 
href="../news/20140201.html">2014</a></li><li><a 
href="../news/20120301.html">2012</a></li><li><a 
href="../news/20110701.html">2011</a></li><li><a 
href="../news/20100101.html">2010</a></li><li><a 
href="../news/20090301.html">2009</a></li><li><a 
href="../news/20081001.html">2008</a></li><li><a 
href="../news/20070301.html">2007</a></li>
 <li><a href="../news/20060101.html">2006</a></li><li><a 
href="../news/20050101.html">2005</a></li><li><a 
href="../news/20041100.html">2004</a></li></ul></td><!--RIGHT SIDE MAIN 
BODY--><td width="80%" valign="top" align="left"><table border="0" width="100%" 
cellspacing="4"><tr><td align="left" valign="top"><h1>The Apache Tomcat 
Connectors - Reference Guide</h1><h2>uriworkermap.properties 
configuration</h2></td><td align="right" valign="top" nowrap="true"><small><a 
href="printer/uriworkermap.html"><img src="../images/printer.gif" border="0" 
alt="Printer Friendly Version"><br>print-friendly<br>version
                     </a></small></td></tr></table><table border="0" 
cellspacing="0" cellpadding="2" width="100%"><tr><td bgcolor="#525D76"><font 
color="#ffffff" face="arial,helvetica.sanserif"><a 
name="Introduction"><strong>Introduction</strong></a></font></td></tr><tr><td><blockquote>
 <br>
 <p>
@@ -206,7 +206,7 @@ It overrides any <b class="code">reply_t
 to set a reasonable default reply timeout to the worker, and a more relaxed
 reply timeout to URLs, which are known to start time intensive tasks.
 For a general description of reply timeouts see the
-<a href="../generic_howto/timeouts.html#Reply Timeout">timeouts</a> 
documentation.
+<a href="../common_howto/timeouts.html#Reply Timeout">timeouts</a> 
documentation.
 </p>
 </blockquote></td></tr></table>
 <table border="0" cellspacing="0" cellpadding="2" width="100%"><tr><td 
bgcolor="#828DA6"><font color="#ffffff" face="arial,helvetica.sanserif"><a 
name="Extension sticky_ignore"><strong>Extension 
sticky_ignore</strong></a></font></td></tr><tr><td><blockquote>
@@ -427,5 +427,5 @@ and the source of the rule definition: '
 </ul>
 </p>
 </blockquote></td></tr></table></td></tr><!--FOOTER SEPARATOR--><tr><td 
colspan="2"><hr noshade size="1"></td></tr><!--PAGE FOOTER--><tr><td 
colspan="2"><div align="center"><font color="#525D76" size="-1"><em>
-        Copyright &copy; 1999-2014, Apache Software Foundation
+        Copyright &copy; 1999-2015, Apache Software Foundation
         </em></font></div></td></tr></table></body></html>
\ No newline at end of file



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to