java/HibernateDemo1/HibernateDemo1-war/web/WEB-INF/web.xml
author František Kučera <franta-hg@frantovo.cz>
Sat, 14 Mar 2009 21:58:41 +0100
changeset 0 16a1fc2116d6
permissions -rw-r--r--
Založení projektů (ejb, lib, web)
franta-hg@0
     1
<?xml version="1.0" encoding="UTF-8"?>
franta-hg@0
     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">
franta-hg@0
     3
    <session-config>
franta-hg@0
     4
        <session-timeout>
franta-hg@0
     5
            30
franta-hg@0
     6
        </session-timeout>
franta-hg@0
     7
    </session-config>
franta-hg@0
     8
    <welcome-file-list>
franta-hg@0
     9
        <welcome-file>index.jsp</welcome-file>
franta-hg@0
    10
        </welcome-file-list>
franta-hg@0
    11
    </web-app>