/[projects]/miscJava/Test4Simple/src/main/webapp/WEB-INF/sun-web.xml
ViewVC logotype

Annotation of /miscJava/Test4Simple/src/main/webapp/WEB-INF/sun-web.xml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2516 - (hide annotations) (download) (as text)
Mon Apr 27 15:41:43 2015 UTC (9 years, 1 month ago) by torben
File MIME type: text/xml
File size: 505 byte(s)
forked test3 to test4 with out the advanced ejb stuff etc
1 torben 2516 <?xml version="1.0" encoding="UTF-8"?>
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">
3     <sun-web-app error-url="">
4     <context-root>/Test3</context-root>
5     <class-loader delegate="true"/>
6     <jsp-config>
7     <property name="keepgenerated" value="true">
8     <description>Keep a copy of the generated servlet class java code.</description>
9     </property>
10     </jsp-config>
11     </sun-web-app>

  ViewVC Help
Powered by ViewVC 1.1.20