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/01 20:10:57 UTC

svn commit: r439407 - in /tomcat/connectors/trunk/jk/xdocs: changelog.xml howto/apache.xml

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: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org