java/sql-vyuka/web/WEB-INF/web.xml
author František Kučera <franta-hg@frantovo.cz>
Mon, 01 Jun 2009 00:35:00 +0200
changeset 32 de496b29191b
parent 18 e7a5763c789c
child 74 48066e753dd6
permissions -rw-r--r--
Zapomenutý servlet ve web.xml
     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             60
     6         </session-timeout>
     7     </session-config>
     8     <welcome-file-list>
     9         <welcome-file>index.jsp</welcome-file>
    10     </welcome-file-list>
    11 </web-app>