java/nekurak.net-rest/web/WEB-INF/sun-web.xml
author František Kučera <franta-hg@frantovo.cz>
Mon, 05 Apr 2010 19:08:52 +0200
changeset 88 a5339bcce9a2
parent 86 eb6fce71e85c
child 95 ec671fc8fb9c
permissions -rw-r--r--
Zjednodušení URL a vyřazení nadbytečné závislosti na knihovně.
franta-hg@86
     1
<?xml version="1.0" encoding="UTF-8"?>
franta-hg@86
     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">
franta-hg@86
     3
<sun-web-app error-url="">
franta-hg@86
     4
    <context-root>/nekurak.net-rest</context-root>
franta-hg@86
     5
    <class-loader delegate="true"/>
franta-hg@86
     6
    <jsp-config>
franta-hg@86
     7
	<property name="keepgenerated" value="true">
franta-hg@86
     8
	    <description>Keep a copy of the generated servlet class' java code.</description>
franta-hg@86
     9
	</property>
franta-hg@86
    10
    </jsp-config>
franta-hg@86
    11
</sun-web-app>