JkLogLevel does not seem to work.
I'm using Tomcat 3.2 on Linux with apache 1.3.20, and mod_jk. Here's my apache.conf section for mod_jk:
LoadModule jk_module libexec/mod_jk.so
AddModule mod_jk.c
JkWorkersFile /usr/local/jakarta/dist/tomcat/conf/workers.properties
JkLogFile /usr/apache/logs/mod_jk.log
JkLogLevel info
My problem is mod_jk keeps logging what looks like developer debug info. I would like much less
logging, only errors, e.g., error, emerg
Setting JkLoglevel to error ore emerg has no effect.
[From mod_jk-howto: Possible log levels are debug, info, error and emerg, but info should
be your default selection.]
Is this a compile option maybe?
I built mod_jk just like it says in the howto:
$APACHE_HOME/bin/apxs -o mod_jk.so -DSOLARIS -I../jk -I/usr/java/include -I/usr/java/include/solaris -c *.c ../jk/*.c
An example of the mod_jk.log file
[jk_uri_worker_map.c (335)]: jk_uri_worker_map_t::uri_worker_map_close, NULL parameter
[jk_uri_worker_map.c (185)]: In jk_uri_worker_map_t::uri_worker_map_free, NULL parameters
[jk_uri_worker_map.c (335)]: jk_uri_worker_map_t::uri_worker_map_close, NULL parameter
[jk_uri_worker_map.c (185)]: In jk_uri_worker_map_t::uri_worker_map_free, NULL parameters
Any help would be appreciated,
Mike
___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
- local String during the same session Maya Vayner
- Re: local String during the same session Mark Galbreath
- Re: local String during the same session Matthew L. Penner
- Re: local String during the same session Maya Vayner
- Re: local String during the same session Mike McGuinness
- Re: local String during the same session shashi kanth goud
- Re: local String during the same session Maya Vayner
