Hi, I'm running Tomcat 5.5 under Eclipse 3.5. I want to see some access logging because for instance it silently ignores imported style sheets it can't find. I saw a reference somewhere to org.apache.catalina.valves. AccessLogValve so I tried uncommenting that in server.xml but it makes no difference. Nothing extra to the console, nothing to any log file in the workspace.
This is all I get in the console window: Created MBeanServer with ID: 635da44f:126e1e2f13c:-8000:Dylan:1 18-Feb-2010 16:22:13 org.apache.catalina.core.AprLifecycleListener lifecycleEvent INFO: The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: [deleted] 18-Feb-2010 16:22:13 org.apache.coyote.http11.Http11BaseProtocol init INFO: Initializing Coyote HTTP/1.1 on http-8080 18-Feb-2010 16:22:13 org.apache.catalina.startup.Catalina load INFO: Initialization processed in 1046 ms 18-Feb-2010 16:22:13 org.apache.catalina.core.StandardService start INFO: Starting service Catalina 18-Feb-2010 16:22:13 org.apache.catalina.core.StandardEngine start INFO: Starting Servlet Engine: Apache Tomcat/5.5.28 18-Feb-2010 16:22:13 org.apache.catalina.core.StandardHost start INFO: XML validation disabled 18-Feb-2010 16:22:18 org.apache.coyote.http11.Http11BaseProtocol start INFO: Starting Coyote HTTP/1.1 on http-8080 18-Feb-2010 16:22:18 org.apache.jk.common.ChannelSocket init INFO: JK: ajp13 listening on /0.0.0.0:8009 18-Feb-2010 16:22:18 org.apache.jk.server.JkMain start INFO: Jk running ID=0 time=0/156 config=null 18-Feb-2010 16:22:18 org.apache.catalina.storeconfig.StoreLoader load INFO: Find registry server-registry.xml at classpath resource 18-Feb-2010 16:22:18 org.apache.catalina.startup.Catalina start INFO: Server startup in 5094 ms Thanks! Dave