Author: kkolinko
Date: Sat Sep 10 10:40:44 2011
New Revision: 1167490
URL: http://svn.apache.org/viewvc?rev=1167490&view=rev
Log:
The "secret" property has different names in Tomcat 5.5/6.0 vs. 7.0 and later.
Modified:
tomcat/jk/trunk/xdocs/reference/workers.xml
Modified: tomcat/jk/trunk/xdocs/reference/workers.xml
URL:
http://svn.apache.org/viewvc/tomcat/jk/trunk/xdocs/reference/workers.xml?rev=1167490&r1=1167489&r2=1167490&view=diff
==============================================================================
--- tomcat/jk/trunk/xdocs/reference/workers.xml (original)
+++ tomcat/jk/trunk/xdocs/reference/workers.xml Sat Sep 10 10:40:44 2011
@@ -881,7 +881,9 @@ This directive can be used multiple time
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.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 in Tomcat 5.5 or 6.0 and <b>requiredSecret="secret key word"</b>
+in Tomcat 7.0 onwards.
</p>
<p>
If you set a secret on a load balancer, all its members will inherit this
secret.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]