Author: keith
Date: Wed Dec 21 13:13:53 2005
New Revision: 358384

URL: http://svn.apache.org/viewcvs?rev=358384&view=rev
Log:
Document the mount workers property as an alternative
to JkMount

Modified:
    tomcat/connectors/trunk/jk/xdocs/config/workers.xml
    tomcat/connectors/trunk/jk/xdocs/howto/workers.xml

Modified: tomcat/connectors/trunk/jk/xdocs/config/workers.xml
URL: 
http://svn.apache.org/viewcvs/tomcat/connectors/trunk/jk/xdocs/config/workers.xml?rev=358384&r1=358383&r2=358384&view=diff
==============================================================================
--- tomcat/connectors/trunk/jk/xdocs/config/workers.xml (original)
+++ tomcat/connectors/trunk/jk/xdocs/config/workers.xml Wed Dec 21 13:13:53 2005
@@ -414,6 +414,10 @@
 Use <b>request.useSecret="true"</b> and <b>request.secret="secret key 
word"</b> at your tomcat ajp 
 Connector configuration.
 </directive>
+
+<directive name="mount" default="" required="false">
+Space delimted list of uri maps the worker should handle
+</directive>
  
 </directives>
 </subsection>

Modified: tomcat/connectors/trunk/jk/xdocs/howto/workers.xml
URL: 
http://svn.apache.org/viewcvs/tomcat/connectors/trunk/jk/xdocs/howto/workers.xml?rev=358384&r1=358383&r2=358384&view=diff
==============================================================================
--- tomcat/connectors/trunk/jk/xdocs/howto/workers.xml (original)
+++ tomcat/connectors/trunk/jk/xdocs/howto/workers.xml Wed Dec 21 13:13:53 2005
@@ -224,6 +224,8 @@
   worker.worker2.socket_keepalive=1
   # worker "worker2" want ajp13 connection to be dropped after 5mn (recycle)
   worker.worker2.recycle_timeout=300
+  # mount can be used as an alternative to the JkMount directive
+  worker.worker2.mount=/contexta /contexta/* /contextb /contextb/*
 </source>
 
 <p>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to