Re: How to configure Access logs to ignore images

2011-05-07 Thread Arun Rajendran
oDeploy="false" > xmlValidation="false" xmlNamespaceAware="false"> > > className="org.apache.catalina.valves.FastCommonAccessLogValve" > directory="logs/access" >prefix="access_log." suf

Re: How to configure Access logs to ignore images

2009-05-26 Thread johnrock
... -- View this message in context: http://www.nabble.com/How-to-configure-Access-logs-to-ignore-images-tp23714046p23729600.html Sent from the Tomcat - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users

Re: How to configure Access logs to ignore images

2009-05-26 Thread Tim Funk
Simpler version ... (Writing this without enough coffee in my system so the spirit is right, the logic might be iffy) - but in a nutshell - You don't need to map to forward, error, include - just the incoming request - You should be able to check the response type doFilter(req, resp, chain) {

RE: How to configure Access logs to ignore images

2009-05-25 Thread johnrock
y comments or suggestions on this approach? I am not sure if it is neccessary to include all of those dispatcher elements, but it seems to me like it would be necessary to be complete... -- View this message in context: http://www.nabble.com/How-to-configure-Access-logs-to-ignore-images-tp2371404

RE: How to configure Access logs to ignore images

2009-05-25 Thread Caldarale, Charles R
> From: johnrock [mailto:johnpi...@yahoo.com] > Subject: How to configure Access logs to ignore images > > Checking the ServletRequest for a null attribute, however, > does not intuitively appear to be applicable to filtering > requests that are logged based on file extensio

How to configure Access logs to ignore images

2009-05-25 Thread johnrock
logging? If so, could someone offer an example? Thanks! -- View this message in context: http://www.nabble.com/How-to-configure-Access-logs-to-ignore-images-tp23714046p23714046.html Sent from the Tomcat - User mailing list archiv