Dateiverwaltung für die WebBox
Ulrich Hilger
2017-02-14 fb45386065c4b911ac307685fb27dc66f556a7f5
commit | author | age
b30775 1 <?xml version="1.0" encoding="UTF-8"?>
U 2 <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">
3     <description>Dateiverwaltung fuer die WebBox</description>
4     <display-name>file-cms</display-name>
5     <session-config>
6         <session-timeout>
7             30
8         </session-timeout>
9     </session-config>
10 </web-app>