1.1 --- a/java/nekurak.net-ws/web/WEB-INF/sun-web.xml Sat Jun 19 14:37:11 2010 +0200
1.2 +++ b/java/nekurak.net-ws/web/WEB-INF/sun-web.xml Sun Jun 20 14:46:47 2010 +0200
1.3 @@ -1,11 +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-ws</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 + <context-root>/nekurak.net-ws</context-root>
1.15 + <class-loader delegate="true"/>
1.16 + <jsp-config>
1.17 + <property name="keepgenerated" value="true">
1.18 + <description>Keep a copy of the generated servlet class' java code.</description>
1.19 + </property>
1.20 + </jsp-config>
1.21 </sun-web-app>