You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by mt...@apache.org on 2006/09/25 12:38:45 UTC

svn commit: r449635 - /tomcat/connectors/trunk/jk/xdocs/config/apache.xml

Author: mturk
Date: Mon Sep 25 03:38:45 2006
New Revision: 449635

URL: http://svn.apache.org/viewvc?view=rev&rev=449635
Log:
Document %R log format option

Modified:
    tomcat/connectors/trunk/jk/xdocs/config/apache.xml

Modified: tomcat/connectors/trunk/jk/xdocs/config/apache.xml
URL: http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/xdocs/config/apache.xml?view=diff&rev=449635&r1=449634&r2=449635
==============================================================================
--- tomcat/connectors/trunk/jk/xdocs/config/apache.xml (original)
+++ tomcat/connectors/trunk/jk/xdocs/config/apache.xml Mon Sep 25 03:38:45 2006
@@ -203,6 +203,7 @@
   <attribute name="%v" required="false">The canonical ServerName of the server serving the request</attribute>
   <attribute name="%V" required="false">The server name according to the UseCanonicalName setting</attribute>
   <attribute name="%w" required="false">Tomcat worker name</attribute>
+  <attribute name="%R" required="false">Real worker name</attribute>
 </attributes>
 
 <source>
@@ -223,6 +224,7 @@
 <attributes name="Note">
   <attribute name="JK_WORKER_NAME" required="false">Name of the worker selected by the URI mapping</attribute>
   <attribute name="JK_WORKER_TYPE" required="false">Type of the worker selected by the URI mapping</attribute>
+  <attribute name="JK_WORKER_ROUTE" required="false">Actual worker name selected by the URI mapping (usually a member of the load balancer)</attribute>
   <attribute name="JK_REQUEST_DURATION" required="false">Request duration in seconds and microseconds.
                                                          At the moment only available if JkRequestLogFormat is set.</attribute>
   <attribute name="JK_LB_FIRST_NAME" required="false">Load-Balancer: Name of the first worker tried</attribute>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org