java/nekurak.net-web/web/WEB-INF/sun-web.xml
author František Kučera <franta-hg@frantovo.cz>
Fri, 08 Jan 2010 23:11:42 +0100
changeset 15 78f74ebdf952
parent 11 0412c4dd489d
child 19 5d93bf1c8093
permissions -rw-r--r--
Doplnění isErrorPage k chybovým stránkám.
     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>