Saturday, September 6, 2014

mod_js.conf for tomcat configuration


LoadModule jk_module modules/mod_jk.so

<IfModule mod_jk.c>

# Update this path to match your conf directory location
JkWorkersFile "/opt/tomcat6/conf/jk/workers.properties"

#Update this path to match your log directory location
JkLogFile "/opt/tomcat6/logs/mod_jk.log"

# Set the jk log level [debug|error|info]
JkLogLevel debug|error

# Select the log format
JkLogStampFormat "[%a %b %d %H:%M:%S %Y]"

# JkOptions indicate to send SSL KEY SIZE
JkOptions +ForwardKeySize +ForwardURICompat -ForwardDirectories

# JkRequestLogFormat set the request format
JkRequestLogFormat "%w %V %T"

</IfModule>

No comments: