I am having extremely severe problems with MyFaces right now.  The biggest
problem is that when MyFaces breaks (throws an exception), you never know
about it sometimes.  There is no information in the log files etc.

What I would like to do is to somehow print out a stack trace in the browser
window if tomcat encounters any kind of exception thrown by
"org.apache.myfaces.*"  but I do not know how to use wildcards in the
web.xml file for error pages.

It seems like the error-page tag needs a fully qualified exception class and
the following will not work.
any ideas?

    <error-page>
        <exception-type>org.apache.myfaces.*</exception-type>
        <location>/web/error/Faces.jsf</location>
    </error-page>
-- 
View this message in context: 
http://www.nabble.com/web.xml-error-page-tf3805201.html#a10767952
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