java/HibernateDemo1/HibernateDemo1-war/web/WEB-INF/web.xml
author František Kučera <franta-hg@frantovo.cz>
Sun, 15 Mar 2009 00:00:59 +0100
changeset 6 458686fe8d6c
parent 0 16a1fc2116d6
permissions -rw-r--r--
Přidání zjednodušeného SQL skriptu pro vytvoření tabulky (cil)
     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.jsp</welcome-file>
    10         </welcome-file-list>
    11     </web-app>