Author: rjung Date: Mon Nov 26 12:10:00 2007 New Revision: 598407 URL: http://svn.apache.org/viewvc?rev=598407&view=rev Log: Clarify version dependency of logging note feature (duration and route).
Modified: tomcat/connectors/trunk/jk/xdocs/reference/apache.xml Modified: tomcat/connectors/trunk/jk/xdocs/reference/apache.xml URL: http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/xdocs/reference/apache.xml?rev=598407&r1=598406&r2=598407&view=diff ============================================================================== --- tomcat/connectors/trunk/jk/xdocs/reference/apache.xml (original) +++ tomcat/connectors/trunk/jk/xdocs/reference/apache.xml Mon Nov 26 12:10:00 2007 @@ -433,9 +433,10 @@ <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_WORKER_ROUTE" required="false">Actual worker name selected by the URI mapping (usually a member of the load balancer).<br/> + Before version 1.2.26 only available if JkRequestLogFormat is set.</attribute> + <attribute name="JK_REQUEST_DURATION" required="false">Request duration in seconds and microseconds.<br/> + Before version 1.2.26 only available if JkRequestLogFormat is set.</attribute> <attribute name="JK_LB_FIRST_NAME" required="false">Load-Balancer: Name of the first worker tried</attribute> <attribute name="JK_LB_FIRST_TYPE" required="false">Load-Balancer: Type of the first worker tried</attribute> <attribute name="JK_LB_FIRST_ACCESSED" required="false">Load-Balancer: Access count for the first worker tried</attribute> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]