java/nekurak.net-rest/web/WEB-INF/sun-web.xml
changeset 78 77d86ffbf55b
parent 77 5378f8dc8fa9
child 79 b04d98cf60dd
     1.1 --- a/java/nekurak.net-rest/web/WEB-INF/sun-web.xml	Tue Mar 23 01:12:16 2010 +0100
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,11 +0,0 @@
     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>