Dateiverwaltung für die WebBox
ulrich
2017-02-12 b3077549b718cbb83f35fa145279c12aad5f93a6
Deployment Descriptor hinzugefuegt
1 files added
10 ■■■■■ changed files
web/WEB-INF/web.xml 10 ●●●●● patch | view | raw | blame | history
web/WEB-INF/web.xml
New file
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<web-app version="3.0" xmlns="http://java.sun.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd">
    <description>Dateiverwaltung fuer die WebBox</description>
    <display-name>file-cms</display-name>
    <session-config>
        <session-timeout>
            30
        </session-timeout>
    </session-config>
</web-app>