Hi: These following issues are observed with mod_jk 1.2.18 on Linux and Solaris 8 with apache 1.3.27 and 2.2.2 (4 combinations).
issue 1: -------- With mod_jk 1.2.15 i set my jk log level: JkLogFile logs/mod_jk.log #JkLogLevel info JkRequestLogFormat "%w %V %U %s %T %B %H %m" While switching to 1.2.18 I read in the fine manual that the default log level is info so I removed the directive, and.....oh my ! the default is now debug :-) Not a big deal, but I do wonder a little bit if this is a problem in my build only. Does anyone get the same result ? Ref. http://tomcat.apache.org/connectors-doc/config/apache.html issue 2: -------- When Tomcat is down I get the following mod_jk.log error mesg and JkRequestLog entry: . . . [Tue Aug 08 14:34:33 2006] [23653:0000] [error] ajp_service::jk_ajp_common.c (1794): Error connecting to tomcat. Tomcat is probably not started or is listening on the wrong port. worker=myWorker failed [Tue Aug 08 14:34:33 2006] myWorker myserver.mydom.com /myapp/jsp/hello 200 0.000378 0 HTTP/1.1 GET . . . The JkRequestLog entry shows a http status "200" whereas the browser (apache httpd) reports properly "503". Also any url that would normally show a status of "404" show "200" when tomcat is down. This is a bit unexpected but it appears that 1.2.15 is doing the same. Hence a broken tomcat can actually make a log stat look very good :) Thanks, Fred -- View this message in context: http://www.nabble.com/mod_jk-log-level-and-logging-issues-tf2075041.html#a5714385 Sent from the Tomcat - User forum 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]