You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
501 B
11 lines
501 B
<?xml version="1.0" encoding="UTF-8"?> |
|
<!DOCTYPE sun-web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Application Server 8.1 Servlet 2.4//EN" "http://www.sun.com/software/appserver/dtds/sun-web-app_2_4-1.dtd"> |
|
<sun-web-app error-url=""> |
|
<context-root>/</context-root> |
|
<class-loader delegate="true"/> |
|
<jsp-config> |
|
<property name="keepgenerated" value="true"> |
|
<description>Keep a copy of the generated servlet class' java code.</description> |
|
</property> |
|
</jsp-config> |
|
</sun-web-app>
|
|
|