separacion de configuracion de errores web.xml

parent 442134a7
......@@ -92,6 +92,11 @@
<location>/jsp/errorGeneral.jsp</location>
</error-page>
<error-page>
<error-code>404</error-code>
<location>/jsp/errorGeneral.jsp</location>
</error-page>
<error-page>
<error-code>500</error-code>
<location>/jsp/errorGeneral.jsp</location>
</error-page>
</web-app>
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment