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 2008/04/16 10:03:50 UTC

svn commit: r648607 - in /tomcat/connectors/trunk/jk/xdocs: miscellaneous/changelog.xml reference/workers.xml

Author: rjung
Date: Wed Apr 16 01:03:38 2008
New Revision: 648607

URL: http://svn.apache.org/viewvc?rev=648607&view=rev
Log:
Fix docs for worker attribute "secret".

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

Modified: tomcat/connectors/trunk/jk/xdocs/miscellaneous/changelog.xml
URL: http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/xdocs/miscellaneous/changelog.xml?rev=648607&r1=648606&r2=648607&view=diff
==============================================================================
--- tomcat/connectors/trunk/jk/xdocs/miscellaneous/changelog.xml (original)
+++ tomcat/connectors/trunk/jk/xdocs/miscellaneous/changelog.xml Wed Apr 16 01:03:38 2008
@@ -43,6 +43,9 @@
   <br />
   <subsection name="Native">
     <changelog>
+      <fix>
+        Fix docs for worker attribute "secret". (rjung)
+      </fix>
       <update>
         Detect correct plugin name for various web servers via additional
         preprocessor defines. (rjung)

Modified: tomcat/connectors/trunk/jk/xdocs/reference/workers.xml
URL: http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/xdocs/reference/workers.xml?rev=648607&r1=648606&r2=648607&view=diff
==============================================================================
--- tomcat/connectors/trunk/jk/xdocs/reference/workers.xml (original)
+++ tomcat/connectors/trunk/jk/xdocs/reference/workers.xml Wed Apr 16 01:03:38 2008
@@ -663,7 +663,7 @@
 </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 1.2.27.
+servlet engines supporting ajp13. The variable JK_REPLY_TIMEOUT has been added in version <b>1.2.27</b>.
 </p>
 </directive>
 
@@ -762,8 +762,7 @@
 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>
-Use <b>request.useSecret="true"</b> and <b>request.secret="secret key word"</b>
-in your Tomcat AJP Connector configuration.
+Use <b>request.secret="secret key word"</b> in your Tomcat AJP Connector configuration.
 </p>
 <p>
 If you set a secret on a load balancer, all its members will inherit this secret.



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