Hi

In my web application i use the <error-page> section in web.xml to handle 500 
errors. The exceptions are stored in a database and also logged to "stdout" 
(catalina.out) along with additional information. Now it is a little bit 
annoying that the exception is also logged by 
org.apache.catalina.core.StandardWrapperValve. Is it possible to suppress this?

I played a little bit with java.util.logging configuration, but i always ended 
with the need to configure it _outside_ of tomcat. Is it possible to do it from 
within the web application?

Regards,
Henning
-- 
Neu: GMX Doppel-FLAT mit Internet-Flatrate + Telefon-Flatrate
für nur 19,99 Euro/mtl.!* http://portal.gmx.net/de/go/dsl02

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to