java/SpringDemo1/web/WEB-INF/sun-web.xml
changeset 0 b8ecf1ac63fb
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/java/SpringDemo1/web/WEB-INF/sun-web.xml	Wed Feb 10 18:25:55 2010 +0100
     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>/SpringDemo1</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>