Skip to content

Commit 8824ef2

Browse files
committed
Added web.xml in the MVCPractice section of a small course on Java EE
1 parent b984ecf commit 8824ef2

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

MVCPractice/web/WEB-INF/web.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
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+
</web-app>
8+
9+

0 commit comments

Comments
 (0)