java/nekurak.net-rest/web/WEB-INF/sun-web.xml
changeset 86 eb6fce71e85c
child 95 ec671fc8fb9c
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/java/nekurak.net-rest/web/WEB-INF/sun-web.xml	Mon Apr 05 15:21:14 2010 +0200
     1.3 @@ -0,0 +1,11 @@
     1.4 +<?xml version="1.0" encoding="UTF-8"?>
     1.5 +<!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">
     1.6 +<sun-web-app error-url="">
     1.7 +    <context-root>/nekurak.net-rest</context-root>
     1.8 +    <class-loader delegate="true"/>
     1.9 +    <jsp-config>
    1.10 +	<property name="keepgenerated" value="true">
    1.11 +	    <description>Keep a copy of the generated servlet class' java code.</description>
    1.12 +	</property>
    1.13 +    </jsp-config>
    1.14 +</sun-web-app>