Is there a way to route all errors to a single web page?
Something like: <error-page> <error-code>all</error-code> <location>myerror.jsp</location> </error-page> Basically I want to control the content of everything that goes out of my service. Thanks Mark