java/nekurak.net-web/web/WEB-INF/web.xml
author František Kučera <franta-hg@frantovo.cz>
Sun Dec 20 14:19:59 2009 +0100 (2009-12-20)
changeset 3 70b8ea18618b
child 7 c2a8f0c77f77
permissions -rw-r--r--
JSP → JSPX – zbavili jsme se starého zápisu JSP i u hlavní stránky (doctype), teď už máme vše v XML syntaxi.
     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>