Author: rjung
Date: Sun Oct 23 19:16:53 2011
New Revision: 1187951

URL: http://svn.apache.org/viewvc?rev=1187951&view=rev
Log:
Clarify that rule extensions do work in
combination with JkMount.
I hadn't expected that, but it seems to work nicely.

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

Modified: tomcat/jk/trunk/xdocs/reference/apache.xml
URL: 
http://svn.apache.org/viewvc/tomcat/jk/trunk/xdocs/reference/apache.xml?rev=1187951&r1=1187950&r2=1187951&view=diff
==============================================================================
--- tomcat/jk/trunk/xdocs/reference/apache.xml (original)
+++ tomcat/jk/trunk/xdocs/reference/apache.xml Sun Oct 23 19:16:53 2011
@@ -145,6 +145,12 @@ which gets inherited from the Location.
 By default JkMount entries are not inherited from the global
 server to other VirtualHosts or between VirtualHosts.
 For the complete inheritance rules, see: JkMountCopy.
+<br/>
+You might append rule extensions to the worker name.
+The extensions are separated from the worker name by a
+semicolon ";" using the same syntax as in the
+uriworkermap.properties file.
+</p>
 </p></attribute>
 <attribute name="JkUnMount" required="false"><p>
 An exclusion mount point from a context to a Tomcat worker.
@@ -1087,7 +1093,7 @@ for more complex rules, you can set the 
 to the name of your chosen target worker. This enables you to decide on
 the chosen worker in a more flexible way, including dependencies on cookie 
values.
 This feature has been added in version 1.2.19 of mod_jk. Furthermore you might
-include rule extensions in the worker name. The extensions are separated from 
the
+append rule extensions to the worker name. The extensions are separated from 
the
 worker name by a semicolon ";" using the same syntax as in the
 uriworkermap.properties file. Supporting rule extensions in the worker name has
 been added in version 1.2.33.



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to