We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f08cce commit c5d47f3Copy full SHA for c5d47f3
webapp/src/main/webapp/WEB-INF/web.xml
@@ -0,0 +1,17 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<web-app xmlns="http://java.sun.com/xml/ns/javaee"
3
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4
+ xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"
5
+ version="2.5">
6
+ <display-name>Webapp</display-name>
7
+ <!--
8
+ <servlet>
9
+ <servlet-name>HelloWorldExample</servlet-name>
10
+ <servlet-class>com.example.HelloWorldExample</servlet-class>
11
+ </servlet>
12
+ <servlet-mapping>
13
14
+ <url-pattern>/hello</url-pattern>
15
+ </servlet-mapping>
16
+ -->
17
+</web-app>
0 commit comments