java/nekurak.net-ws/web/WEB-INF/sun-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 <!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-ws</context-root>
     5 	<class-loader delegate="true"/>
     6 	<jsp-config>
     7 		<property name="keepgenerated" value="true">
     8 			<description>Keep a copy of the generated servlet class' java code.</description>
     9 		</property>
    10 	</jsp-config>
    11 </sun-web-app>