java/nekurak.net-web/web/WEB-INF/sun-web.xml
author František Kučera <franta-hg@frantovo.cz>
Mon Jan 25 17:44:00 2010 +0100 (2010-01-25)
changeset 19 5d93bf1c8093
parent 11 0412c4dd489d
child 40 67d332d48562
permissions -rw-r--r--
JSP SQL značky a schéma.
     1 <?xml version="1.0" encoding="UTF-8"?>
     2 <!DOCTYPE sun-web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Application Server 9.0 Servlet 2.5//EN" "http://www.sun.com/software/appserver/dtds/sun-web-app_2_5-0.dtd">
     3 <sun-web-app error-url="">
     4   <context-root>/nekurak.net-web</context-root>
     5   <class-loader delegate="true"/>
     6   <parameter-encoding default-charset="UTF-8"/>
     7   <jsp-config>
     8     <property name="keepgenerated" value="true">
     9       <description>Keep a copy of the generated servlet class' java code.</description>
    10     </property>
    11   </jsp-config>
    12 </sun-web-app>