1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/java/nekurak.net-web/web/WEB-INF/web.xml Sat Dec 19 18:17:39 2009 +0100
1.3 @@ -0,0 +1,11 @@
1.4 +<?xml version="1.0" encoding="UTF-8"?>
1.5 +<web-app version="2.5" 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_2_5.xsd">
1.6 + <session-config>
1.7 + <session-timeout>
1.8 + 30
1.9 + </session-timeout>
1.10 + </session-config>
1.11 + <welcome-file-list>
1.12 + <welcome-file>index.jsp</welcome-file>
1.13 + </welcome-file-list>
1.14 + </web-app>