web/WEB-INF/web.xml

changeset 29
27a0fdd7bca7
parent 28
cfc3d11884ad
child 30
fb30f7b78f9b
--- a/web/WEB-INF/web.xml	Sun Apr 08 16:51:15 2018 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,24 +0,0 @@
-<?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">
-    <session-config>
-        <session-timeout>
-            30
-        </session-timeout>
-    </session-config>
-    <context-param>
-        <param-name>available-languages</param-name>
-        <param-value>en,de</param-value>
-    </context-param>
-    <error-page>
-        <error-code>404</error-code>
-        <location>/error/404</location>
-    </error-page>
-    <error-page>
-        <error-code>403</error-code>
-        <location>/error/403</location>
-    </error-page>
-    <error-page>
-        <error-code>500</error-code>
-        <location>/error/500</location>
-    </error-page>
-</web-app>

mercurial