java/nekurak.net-ws/web/WEB-INF/web.xml
author František Kučera <franta-hg@frantovo.cz>
Sun Jun 20 14:46:47 2010 +0200 (2010-06-20)
changeset 145 0efefbf5f8b6
parent 98 75dec396f0e3
permissions -rw-r--r--
Formátování kódu, důsledné používání tabulátorů, drobné úpravy, StringBuilder
     1 <?xml version="1.0" encoding="UTF-8"?>
     2 
     3 <web-app xmlns="http://java.sun.com/xml/ns/javaee"
     4 	 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
     5 	 xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd"
     6 	 version="3.0">
     7 	<session-config>
     8 		<session-timeout>
     9 			30
    10 		</session-timeout>
    11 	</session-config>
    12 </web-app>