commit | author | age
|
ea4c0c
|
1 |
<?xml version="1.0" encoding="UTF-8"?> |
U |
2 |
<web-app version="2.4" xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"> |
|
3 |
<description>WebBox</description> |
|
4 |
<display-name>WebBox</display-name> |
|
5 |
<session-config> |
|
6 |
<session-timeout> |
|
7 |
30 |
|
8 |
</session-timeout> |
|
9 |
</session-config> |
|
10 |
<welcome-file-list> |
|
11 |
<welcome-file>index.html</welcome-file> |
|
12 |
</welcome-file-list> |
|
13 |
<error-page> |
|
14 |
<error-code>404</error-code> |
|
15 |
<location>/fehler.jsp</location> |
|
16 |
</error-page> |
|
17 |
</web-app> |