ulrich
2018-02-04 734b13c1c31fd6e8adec87ce9446a2972cc755c0
commit | author | age
325783 1 <?xml version="1.0" encoding="UTF-8"?>
U 2 <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">
3     <description>Webradio</description>
4     <display-name>Radiozentrale</display-name>
5     <session-config>
6         <session-timeout>
7             30
8         </session-timeout>
9     </session-config>
10 </web-app>