All,

I have a web application and I want to create a generic exception
handler/listener which will listen to all the exceptions (checked and
runtime) which are thrown by web application.

During a debug sessions I want to enable this listener and bring Tomcat to a
screeching halt if there is an exception thrown so I need a listener for any
/ all exceptions.  I have a large code base that I inherited and an
exception is being thrown and buried somewhere so there is no stack trace
from the exception in any of the tomcat logs.

Any idea how can I do this? 

Regards. 
-- 
View this message in context: 
http://www.nabble.com/How-to-trap-exceptions-tp14955601p14955601.html
Sent from the Tomcat - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to