Dateiverwaltung für die WebBox
ulrich
2017-02-14 c7c5020d1ad7e4fc39c7ae08db4afe4cf2956c0c
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>
c7c502 5     <context-param>
U 6         <param-name>fileBase</param-name>
7         <param-value>../../../daten/</param-value>
8     </context-param>
b30775 9     <session-config>
U 10         <session-timeout>
11             30
12         </session-timeout>
13     </session-config>
14 </web-app>