Hi
I have several listeners in my web application. Some of them access
the database. For example, my ServletContextListener loads data at start-up.
How are these exceptions trapped generally ? The UI can't be notified
directly by bubbling the exceptions up.
Should I use something like this ?
<error-page>
<exception-type>Exception</exception-type>
<location>/error/error.jsp</location>
</error-page>
Mohan
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]