You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by rj...@apache.org on 2015/02/23 12:03:42 UTC

svn commit: r1661637 - /tomcat/jk/trunk/xdocs/reference/apache.xml

Author: rjung
Date: Mon Feb 23 11:03:42 2015
New Revision: 1661637

URL: http://svn.apache.org/r1661637
Log:
Simplify.

Modified:
    tomcat/jk/trunk/xdocs/reference/apache.xml

Modified: tomcat/jk/trunk/xdocs/reference/apache.xml
URL: http://svn.apache.org/viewvc/tomcat/jk/trunk/xdocs/reference/apache.xml?rev=1661637&r1=1661636&r2=1661637&view=diff
==============================================================================
--- tomcat/jk/trunk/xdocs/reference/apache.xml (original)
+++ tomcat/jk/trunk/xdocs/reference/apache.xml Mon Feb 23 11:03:42 2015
@@ -242,7 +242,7 @@ It is available only for httpd 2.x and a
 including thread support.
 </p></attribute>
 <attribute name="JkLogFile" required="false"><p>
-Full or server relative path to the Tomcat Connector module log file.
+Full or server relative path to the mod_jk log file.
 It will also work with pipe, by using a value of the form "| ...".
 <br/>
 The default value is logs/mod_jk.log.
@@ -251,13 +251,13 @@ Pipes are supported for Apache 1.3 only
 The default value exists only since version 1.2.20.
 </p></attribute>
 <attribute name="JkLogLevel" required="false"><p>
-The Tomcat Connector module log level, can be debug, info, warn
+The mod_jk log level, can be debug, info, warn
 error or trace.
 <br/>
 The default value is info.
 </p></attribute>
 <attribute name="JkLogStampFormat" required="false"><p>
-The Tomcat Connector module <b>date</b> log format, using an
+The mod_jk <b>date</b> log format, using an
 extended strftime syntax.
 This format will be used for the time stamps in the JkLogFile.
 The maximum length of the format is 63 characters.



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