Hi, Yesterday I tried to integrate Tomcat (6.0.14) in my Apache (2.2.6). I saw a document about how to do it, but had not have the time to test it (really). But the appache_error.log states: [Tue Dec 18 08:54:35 2007] [warn] No JkLogFile defined in httpd.conf. Using default C:/wamp/bin/apache/apache2.2.6/logs/mod_jk.log
My httpd.conf contains the following entries: LoadModule jk_module modules/mod_jk.so AddModule mod_jk.c JkWorkersFile C:/Program Files/Apache Software Foundation/Tomcat 6.0/conf/workers.properties JkLogFile C:/wamp/logs/mod_jk.log JkLogLevel info JkLogStampFormat "[%a %b %d %H:%M:%S %Y] " It is very basic. But it contains an entry for JkLogFile, which is not used by Apache. How come? Abel -- View this message in context: http://www.nabble.com/Configuring-mod_jk--tp14384532p14384532.html Sent from the Tomcat - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]