web/WEB-INF/web.xml

changeset 6
da61a1646eba
parent 1
34241be7db73
child 13
f4608ad6c947
     1.1 --- a/web/WEB-INF/web.xml	Sun Nov 26 16:51:57 2017 +0100
     1.2 +++ b/web/WEB-INF/web.xml	Sun Nov 26 18:09:23 2017 +0100
     1.3 @@ -1,14 +1,5 @@
     1.4  <?xml version="1.0" encoding="UTF-8"?>
     1.5  <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">
     1.6 -    <servlet>
     1.7 -        <servlet-name>HomeServlet</servlet-name>
     1.8 -        <servlet-class>de.uapcore.lightpit.HomeServlet</servlet-class>
     1.9 -    </servlet>
    1.10 -    <servlet-mapping>
    1.11 -        <servlet-name>HomeServlet</servlet-name>
    1.12 -        <url-pattern>/</url-pattern>
    1.13 -        <url-pattern>/home</url-pattern>
    1.14 -    </servlet-mapping>
    1.15      <session-config>
    1.16          <session-timeout>
    1.17              30

mercurial