Where do files served get logged?

2010-10-14 Thread laredotornado
-files-served-get-logged--tp29963979p29963979.html Sent from the Tomcat - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h

RE: Where do files served get logged?

2010-10-14 Thread Caldarale, Charles R
From: laredotornado [mailto:laredotorn...@gmail.com] Subject: Where do files served get logged? Where is it configured, or where do I look to see what files Tomcat has served? You can enable the AccessLogValve in conf/server.xml, and tailor it to your liking. I'm trying to make sure

Re: Where do files served get logged?

2010-10-14 Thread Jeff Hubbs
On 10/14/10 12:08 PM, Caldarale, Charles R wrote: I'm trying to make sure Tomcat is not serving static files that Apache can serve more efficiently. Why do you think httpd can serve them more efficiently? I recall from reading about Slashdot's architecture some years ago (Perl/MySQL at the

Re: Where do files served get logged?

2010-10-14 Thread Edward Bicker
In the served files log. -Original Message- From: Jeff Hubbs jhubbsl...@att.net Sent: Oct 14, 2010 12:15 PM To: Tomcat Users List users@tomcat.apache.org Subject: Re: Where do files served get logged? On 10/14/10 12:08 PM, Caldarale, Charles R wrote: I'm trying to make sure

Re: Where do files served get logged?

2010-10-14 Thread Pid
On 14/10/2010 17:05, laredotornado wrote: Hi, I'm using Tomcat 6.0.26. Where is it configured, or where do I look to see what files Tomcat has served? I'm trying to make sure Tomcat is not serving static files that Apache can serve more efficiently. [I'm wincing extending a cordial

Re: Where do files served get logged?

2010-10-14 Thread laredotornado
For additional commands, e-mail: users-h...@tomcat.apache.org -- View this message in context: http://old.nabble.com/Where-do-files-served-get-logged--tp29963979p29964522.html Sent from the Tomcat - User mailing list archive at Nabble.com

Re: Where do files served get logged?

2010-10-14 Thread Pid
On 14/10/2010 17:58, laredotornado wrote: I haven't done any benchmarks, and I'm assuming some of the folks on this thread are the Tomcat developers and can speak first hand to the speed. If so, I would encourage you to update the wiki ... http://wiki.apache.org/tomcat/FAQ/Connectors

Re: Where do files served get logged?

2010-10-14 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dave, On 10/14/2010 12:58 PM, laredotornado wrote: I haven't done any benchmarks, and I'm assuming some of the folks on this thread are the Tomcat developers and can speak first hand to the speed. While I am not a Tomcat developer, I can speak to