We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b65c31c commit d003f15Copy full SHA for d003f15
MVCPracticeAdvanced/web/WEB-INF/web.xml
@@ -0,0 +1,12 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<web-app xmlns="http://xmlns.jcp.org/xml/ns/javaee"
3
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4
+ xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/web-app_4_0.xsd"
5
+ version="4.0">
6
+
7
+ <error-page>
8
+ <exception-type>java.lang.Throwable</exception-type>
9
+ <location>/WEB-INF/jsp/500.jsp</location>
10
+ </error-page>
11
12
+</web-app>
0 commit comments