I'm running Tomcat 3.2.1 and Apache 1.3.19 on RedHat 7.1. Following all the
install directions to get Tomcat and Apache cooperating and using mod_jk and
ajp13 workers, nearly all works fine. The problem is that mod_jk.log remains
empty even after serving some .jsp pages. jasper.log and servlet.log seem to
be logging fine. File ownership for all 3 is root.root. I've tried including
the lines:

  JkLogFile $TOMCAT_HOME/logs/mod_jk.log
  JkLogLevel warn

both at the bottom of httpd.conf directly and within an "Included" custom
file $TOMCAT_HOME/conf/mod_jk.conf-custom, based on mod_jk.conf-auto. I
receive no error messages at the console when Tomcat starts:

  [root]# /etc/rc.d/init.d/tomcat start
  Using classpath: /usr/tomcat/lib/ant.jar:/usr/tomcat/lib/jasper.jar:/usr/
  tomcat/lib/jaxp.jar:/usr/tomcat/lib/parser.jar:/usr/tomcat/lib/servlet.jar:
  /usr/tomcat/lib/test:/usr/tomcat/lib/webserver.jar:/usr/java/jdk1.3.1/lib/
  tools.jar:/usr/share/pgsql/jdbc7.0-1.2.jar
  [root]# 2001-05-26 03:48:24 - ContextManager: Adding context Ctx( /examples )
  2001-05-26 03:48:24 - ContextManager: Adding context Ctx( /admin )
  Starting tomcat. Check logs/tomcat.log for error messages 
  2001-05-26 03:48:24 - ContextManager: Adding context Ctx(  )
  2001-05-26 03:48:24 - ContextManager: Adding context Ctx( /test )
  2001-05-26 03:48:24 - PoolTcpConnector: Starting Ajp12ConnectionHandler on 8007
  2001-05-26 03:48:24 - PoolTcpConnector: Starting Ajp13ConnectionHandler on 8009

So does anyone have a good lead for what else to try? Thanks very much,

David S

Reply via email to