Hi Abel, AbelMacAdam schrieb: > 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?
Which version of mod_jk are you using? Are there any VirtualHosts in your httpd configuration? I expect, your httpd uses another config file. In the snippet you show us, there is an AddModule directive, which only existed for Apache httpd 1.3, but not for 2.2. So your httpd should not startup with this configuration. Regards, Rainer --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]