2010/2/18 David Griffiths <david.griffi...@gmail.com>: > 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. >
1. Learn how to run Tomcat with separate CATALINA_HOME and CATALINA_BASE. (see RUNNING.txt) 2. Eclipse IDE run a Tomcat instance with CATALINA_BASE being set to .metadata/.plugins/org.eclipse.wst.server.core/tmp0 in your Workspace directory. Look for your access log there. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org