You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by rj...@apache.org on 2011/09/22 19:58:28 UTC

svn commit: r1174285 - in /tomcat/jk/trunk/xdocs/reference: apache.xml workers.xml

Author: rjung
Date: Thu Sep 22 17:58:28 2011
New Revision: 1174285

URL: http://svn.apache.org/viewvc?rev=1174285&view=rev
Log:
- Add a few formatting tags
- Open a new section about more
  HTTPD environment variables

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

Modified: tomcat/jk/trunk/xdocs/reference/apache.xml
URL: http://svn.apache.org/viewvc/tomcat/jk/trunk/xdocs/reference/apache.xml?rev=1174285&r1=1174284&r2=1174285&view=diff
==============================================================================
--- tomcat/jk/trunk/xdocs/reference/apache.xml (original)
+++ tomcat/jk/trunk/xdocs/reference/apache.xml Thu Sep 22 17:58:28 2011
@@ -1109,9 +1109,16 @@ variable <b>no-jk</b>.
     SetEnvIf REQUEST_URI ^/apps/([^/]*)/static no-jk
   &lt;/Location&gt;
 </source>
+</subsection>
+<subsection name="More Environment Variables">
 <p>
-Finally, starting with version 1.2.27 you can use the environment variable
-<b>JK_REPLY_TIMEOUT</b> to dynamically set a reply timeout.
+The environment variable
+<b>JK_REPLY_TIMEOUT</b> can be set to dynamically define a reply timeout.
+The value must be given in milliseconds.
+You can use <b>SetEnvIf</b> or <b>RewriteRule</b>
+for more complex rules to change the <b>JK_REPLY_TIMEOUT</b> according
+to request properties like e.g. the request URI.
+This is available since version 1.2.27.
 </p>
 </subsection>
  </section>

Modified: tomcat/jk/trunk/xdocs/reference/workers.xml
URL: http://svn.apache.org/viewvc/tomcat/jk/trunk/xdocs/reference/workers.xml?rev=1174285&r1=1174284&r2=1174285&view=diff
==============================================================================
--- tomcat/jk/trunk/xdocs/reference/workers.xml (original)
+++ tomcat/jk/trunk/xdocs/reference/workers.xml Thu Sep 22 17:58:28 2011
@@ -770,12 +770,14 @@ By default (value zero) the webserver wi
 If you set a reply_timeout, adjust it carefully if you have long running servlets.
 </p>
 <p>
-The reply_timeout can be overwritten using the Apache httpd environment variable
-JK_REPLY_TIMEOUT.
+The <b>reply_timeout</b> can be overwritten using the Apache httpd environment variable
+<b>JK_REPLY_TIMEOUT</b> and the worker map extension for <b>reply_timeout</b>.
 </p>
 <p>
-This features has been added in <b>jk 1.2.6</b> to avoid problem with hung Tomcat's and works on all
-servlet engines supporting ajp13. The variable JK_REPLY_TIMEOUT has been added in version <b>1.2.27</b>.
+This features has been added in <b>jk 1.2.6</b> to avoid problem with hung Tomcat's and
+works on all servlet engines supporting ajp13.
+The variable <b>JK_REPLY_TIMEOUT</b> and the worker map
+extension have been added in version <b>1.2.27</b>.
 </p>
 </directive>
 



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