root/java/sql-vyuka/web/WEB-INF/web.xml @ 8:4795d9bf6827

Revision 8:4795d9bf6827, 490 bytes (checked in by František Kučera <franta-hg@…>, 15 years ago)

Založení javovského projektu.

Line 
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>
Note: See TracBrowser for help on using the browser.