pero 2005/04/29 13:08:53 Modified: jk/xdocs changelog.xml jk/xdocs/config workers.xml Log: Document the worker secret attribute. I hope we can update the site. Revision Changes Path 1.27 +5 -1 jakarta-tomcat-connectors/jk/xdocs/changelog.xml Index: changelog.xml =================================================================== RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/changelog.xml,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- changelog.xml 27 Apr 2005 14:06:17 -0000 1.26 +++ changelog.xml 29 Apr 2005 20:08:53 -0000 1.27 @@ -31,8 +31,12 @@ <fix>Added missing SEARCH and ACL http methods. (mturk) </fix> <update> + Add worker secret attribute to the documentation (pero) + </update> + <update> Add a stopped flag to worker configuration. Set flag True and - complete traffic to worker is stopped. + complete traffic to worker is stopped. + Also update the Ant JkStatusUpdateTask at Tomcat 5.5.10 release. Only usefull in a replicated session cluster.(pero) </update> <update>Added worker maintain function that will maintain all 1.15 +6 -0 jakarta-tomcat-connectors/jk/xdocs/config/workers.xml Index: workers.xml =================================================================== RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/config/workers.xml,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- workers.xml 26 Apr 2005 15:30:59 -0000 1.14 +++ workers.xml 29 Apr 2005 20:08:53 -0000 1.15 @@ -378,6 +378,12 @@ </p> </directive> +<directive name="secret" default="" required="false"> +If set to AJP Connector secret keyword, only request with this keyword are successfull responding. +Use <b>request.useSecret="true"</b> and <b>request.secret="secret key word"</b> at your tomcat ajp +Connector configuration. +</directive> + </directives> </subsection>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]