From: Roland Haeder <roland@mxchange.org> Date: Wed, 12 Aug 2015 11:49:30 +0000 (+0200) Subject: Better don't do it here ... X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=f7d049048dc49f73aad59bb0b0522a0160275d15;p=pizzaservice-war.git Better don't do it here ... Signed-off-by:Roland Häder <roland@mxchange.org> --- diff --git a/web/WEB-INF/web.xml b/web/WEB-INF/web.xml index ee0a8d0d..70dcf7ac 100644 --- a/web/WEB-INF/web.xml +++ b/web/WEB-INF/web.xml @@ -47,8 +47,4 @@ <welcome-file-list> <welcome-file>index.jsp</welcome-file> </welcome-file-list> - <error-page> - <exception-type>Exception</exception-type> - <location>/errorHandler.jsp</location> - </error-page> </web-app>