1.1 --- a/java/nekurak.net-web/web/WEB-INF/web.xml Tue Dec 22 21:09:58 2009 +0100
1.2 +++ b/java/nekurak.net-web/web/WEB-INF/web.xml Wed Jan 06 14:58:42 2010 +0100
1.3 @@ -1,11 +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-timeout>
1.11 + 30
1.12 + </session-timeout>
1.13 </session-config>
1.14 <welcome-file-list>
1.15 - <welcome-file>index.jsp</welcome-file>
1.16 - </welcome-file-list>
1.17 - </web-app>
1.18 + <welcome-file>index.jsp</welcome-file>
1.19 + </welcome-file-list>
1.20 +</web-app>