We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65c77e0 commit 1651388Copy full SHA for 1651388
1 file changed
atom-samples/todo/src/main/webapp/WEB-INF/web.xml
@@ -29,17 +29,4 @@
29
<web-app version="3.0" xmlns="http://java.sun.com/xml/ns/javaee"
30
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
31
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd">
32
-
33
- <!--<servlet>
34
- <servlet-name>JerseyApplilcation</servlet-name>
35
- <servlet-class>org.glassfish.jersey.servlet.ServletContainer</servlet-class>
36
- <init-param>
37
- <param-name>javax.ws.rs.Application</param-name>
38
- <param-value> com.github.skapral.pandora.web.JerseyApplication</param-value>
39
- </init-param>
40
- </servlet>
41
- <servlet-mapping>
42
43
- <url-pattern>/web/*</url-pattern>
44
- </servlet-mapping>-->
45
</web-app>
0 commit comments