Author: mturk Date: Fri Sep 1 11:10:56 2006 New Revision: 439407 URL: http://svn.apache.org/viewvc?rev=439407&view=rev Log: Explain new %R JkRequestLogFormat option.
Modified: tomcat/connectors/trunk/jk/xdocs/changelog.xml tomcat/connectors/trunk/jk/xdocs/howto/apache.xml Modified: tomcat/connectors/trunk/jk/xdocs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/xdocs/changelog.xml?rev=439407&r1=439406&r2=439407&view=diff ============================================================================== --- tomcat/connectors/trunk/jk/xdocs/changelog.xml (original) +++ tomcat/connectors/trunk/jk/xdocs/changelog.xml Fri Sep 1 11:10:56 2006 @@ -26,6 +26,9 @@ <subsection name="Native"> <changelog> <update> + Added %R JkRequestLogFormat option for Apache 1 and Apache 2. (mturk) + </update> + <update> Allow changing jvm Route from status manager. (mturk) </update> <fix> Modified: tomcat/connectors/trunk/jk/xdocs/howto/apache.xml URL: http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/xdocs/howto/apache.xml?rev=439407&r1=439406&r2=439407&view=diff ============================================================================== --- tomcat/connectors/trunk/jk/xdocs/howto/apache.xml (original) +++ tomcat/connectors/trunk/jk/xdocs/howto/apache.xml Fri Sep 1 11:10:56 2006 @@ -419,6 +419,7 @@ <tr><td>%v</td><td>The canonical ServerName of the server serving the request</td></tr> <tr><td>%V</td><td>The server name according to the UseCanonicalName setting</td></tr> <tr><td>%w</td><td>Tomcat worker name</td></tr> + <tr><td>%R</td><td>Session route name (available with 1.2.19 and up)</td></tr> </table> <source> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]