Author: rjung
Date: Tue Feb 23 06:37:22 2010
New Revision: 915201

URL: http://svn.apache.org/viewvc?rev=915201&view=rev
Log:
Add JkShmFile to example config.
Otherwise we'll get the boring warning about
using the default file.

Modified:
    tomcat/jk/trunk/conf/httpd-jk.conf

Modified: tomcat/jk/trunk/conf/httpd-jk.conf
URL: 
http://svn.apache.org/viewvc/tomcat/jk/trunk/conf/httpd-jk.conf?rev=915201&r1=915200&r2=915201&view=diff
==============================================================================
--- tomcat/jk/trunk/conf/httpd-jk.conf (original)
+++ tomcat/jk/trunk/conf/httpd-jk.conf Tue Feb 23 06:37:22 2010
@@ -34,6 +34,9 @@
     # Our JK log level (trace,debug,info,warn,error)
     JkLogLevel info
 
+    # Our JK shared memory file
+    JkShmFile logs/mod_jk.shm
+
     # Define a new log format you can use in any CustomLog in order
     # to add mod_jk specific information to your access log.
     # LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\" 
\"%{Cookie}i\" \"%{Set-Cookie}o\" %{pid}P %{tid}P %{JK_LB_FIRST_NAME}n 
%{JK_LB_LAST_NAME}n ACC %{JK_LB_LAST_ACCESSED}n ERR %{JK_LB_LAST_ERRORS}n BSY 
%{JK_LB_LAST_BUSY}n %{JK_LB_LAST_STATE}n %D" extended_jk



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

Reply via email to