Hi, no sign of the access logs there: home/dgriff/zebedee_workspace> find . -name \*log\* | xargs ls -l -rwxrwxrwx 1 dgriff None 2226 Feb 18 16:17 ./.metadata/.log -rwxrwxrwx 1 dgriff None 0 Feb 18 15:35 ./.metadata/.plugins/org.eclipse.rse.core/.log -rwxrwxrwx 1 dgriff None 0 Feb 18 15:35 ./.metadata/.plugins/org.eclipse.rse.ui/.log -rwxrwxrwx 1 dgriff None 261 Feb 18 13:03 ./.metadata/.plugins/org.eclipse.wst.xml.core/default_catalog.xml -rwxrwxrwx 1 dgriff None 15769 Feb 18 13:03 ./.metadata/.plugins/org.eclipse.wst.xml.core/system_catalog.xml
./.metadata/.plugins/org.eclipse.wst.server.core/tmp0/logs: total 0 I know I can run Tomcat separately, just wanted the convenience of running it under Eclipse. Cheers, Dave On Thu, Feb 18, 2010 at 6:45 PM, Konstantin Kolinko <knst.koli...@gmail.com>wrote: > 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 > >