web/WEB-INF/web.xml

changeset 6
da61a1646eba
parent 1
34241be7db73
child 13
f4608ad6c947
--- a/web/WEB-INF/web.xml	Sun Nov 26 16:51:57 2017 +0100
+++ b/web/WEB-INF/web.xml	Sun Nov 26 18:09:23 2017 +0100
@@ -1,14 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <web-app version="3.1" xmlns="http://xmlns.jcp.org/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/web-app_3_1.xsd">
-    <servlet>
-        <servlet-name>HomeServlet</servlet-name>
-        <servlet-class>de.uapcore.lightpit.HomeServlet</servlet-class>
-    </servlet>
-    <servlet-mapping>
-        <servlet-name>HomeServlet</servlet-name>
-        <url-pattern>/</url-pattern>
-        <url-pattern>/home</url-pattern>
-    </servlet-mapping>
     <session-config>
         <session-timeout>
             30

mercurial