java/HrisniciSpameri/web/WEB-INF/web.xml
author František Kučera <franta-hg@frantovo.cz>
Sat Feb 14 13:32:38 2009 +0100 (2009-02-14)
changeset 21 2bc6c427894d
parent 0 d77702227a71
child 34 0e8967c954a0
permissions -rw-r--r--
Denní souhr načítáme z databáze.
     1 <?xml version="1.0" encoding="UTF-8"?>
     2 <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">
     3     <session-config>
     4         <session-timeout>
     5             30
     6         </session-timeout>
     7     </session-config>
     8     <welcome-file-list>
     9         <welcome-file>index.jspx</welcome-file>
    10         <welcome-file>index.jsp</welcome-file>
    11         </welcome-file-list>
    12     </web-app>