Bael 1469 (#3414)
* Changes for BAEL-1469 Upgrade the Spring MVC article * web.xml changes for servlet 3.1
This commit is contained in:
parent
5b8e84b26c
commit
fb141b9b3f
|
@ -1,10 +1,9 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://java.sun.com/xml/ns/javaee" xmlns:web="http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd"
|
<web-app xmlns="http://xmlns.jcp.org/xml/ns/javaee"
|
||||||
xsi:schemaLocation="
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
http://java.sun.com/xml/ns/javaee
|
xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/web-app_3_1.xsd"
|
||||||
http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd" id="WebApp_ID" version="3.0"
|
version="3.1"
|
||||||
>
|
>
|
||||||
|
|
||||||
<display-name>Spring MVC XML Application</display-name>
|
<display-name>Spring MVC XML Application</display-name>
|
||||||
|
|
||||||
<!-- Spring root -->
|
<!-- Spring root -->
|
||||||
|
@ -65,4 +64,4 @@
|
||||||
<error-page>
|
<error-page>
|
||||||
<location>/errors</location>
|
<location>/errors</location>
|
||||||
</error-page>
|
</error-page>
|
||||||
</web-app>
|
</web-app>
|
||||||
|
|
Loading…
Reference in New Issue