| | |
| | | <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"> |
| | | <description>Webradio</description> |
| | | <display-name>Radiozentrale</display-name> |
| | | <context-param> |
| | | <param-name>dsname</param-name> |
| | | <param-value>jdbc/RadioDB</param-value> |
| | | </context-param> |
| | | <listener> |
| | | <listener-class>de.uhilger.radiozentrale.web.Initialiser</listener-class> |
| | | </listener> |
| | | <session-config> |
| | | <session-timeout> |
| | | 30 |