Author: rjung
Date: Mon Dec 22 21:25:08 2014
New Revision: 1647409
URL: http://svn.apache.org/r1647409
Log:
Update example config.
Modified:
tomcat/jk/trunk/conf/uriworkermap.properties
Modified: tomcat/jk/trunk/conf/uriworkermap.properties
URL:
http://svn.apache.org/viewvc/tomcat/jk/trunk/conf/uriworkermap.properties?rev=1647409&r1=1647408&r2=1647409&view=diff
==============================================================================
--- tomcat/jk/trunk/conf/uriworkermap.properties (original)
+++ tomcat/jk/trunk/conf/uriworkermap.properties Mon Dec 22 21:25:08 2014
@@ -13,27 +13,30 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-# uriworkermap.properties - IIS
+# uriworkermap.properties
#
-# This file provides sample mappings for example wlb
-# worker defined in workermap.properties.minimal
+# Use for IIS or with the Apache web server as an alternative
+# to JkMount and JkUnmount
+#
+# This file provides sample mappings for the example
+# worker "balancer" defined in workermap.properties.
# The general syntax for this file is:
# [URL]=[Worker name]
-/admin/*=lb
-/manager/*=lb
-/jsp-examples/*=lb
-/servlets-examples/*=lb
-/examples/*=lb
+/admin/*=balancer
+/manager/*=balancer
+/examples/*=balancer
-# Optionally filter out all .jpeg files inside that context
-# For no mapping the url has to start with exclamation (!)
+# Optionally filter out all .jpg files inside that context
+# For no mapping the url has to start with exclamation mark (!)
-!/servlets-examples/*.jpeg=lb
+!/examples/*.jpg=balancer
#
-# Mount jkstatus to /jkmanager
+# Mount jk status and manager
# For production servers you will need to
-# secure the access to the /jkmanager url
+# secure the access to the /jk-manager and
+# /jk-status urls
#
-/jk-manager=jk-status
+/jk-manager=jk-manager
+/jk-status=jk-status
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]