oDeploy="false"
> xmlValidation="false" xmlNamespaceAware="false">
>
> className="org.apache.catalina.valves.FastCommonAccessLogValve"
> directory="logs/access"
>prefix="access_log." suf
...
--
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
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) {
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
> 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
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