java/nekurak.net-web/web/WEB-INF/sun-web.xml
author František Kučera <franta-hg@frantovo.cz>
Thu, 18 Feb 2010 15:01:21 +0100
changeset 33 9f9840afa18f
parent 19 5d93bf1c8093
child 40 67d332d48562
permissions -rw-r--r--
Formátování a lokalizace.
     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>