Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 15th, 2012  |  syntax: None  |  size: 0.97 KB  |  hits: 21  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. <?xml version="1.0" encoding="UTF-8"?>
  2.  
  3. <!--
  4.  Copyright 2006 Sun Microsystems, Inc. All rights reserved.
  5.  Use is subject to license terms.
  6. -->
  7.  
  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">
  9. <sun-web-app>
  10.   <session-config>
  11.     <session-properties/>
  12.     <cookie-properties/>
  13.   </session-config>
  14.   <cache max-entries="4096" timeout-in-seconds="30" enabled="false">
  15.     <default-helper/>
  16.   </cache>
  17.   <jsp-config>
  18.     <property value="true" name="classdebuginfo">
  19.       <description>Enable debug info compilation in the generated servlet class</description>
  20.     </property>
  21.     <property value="true" name="mappedfile">
  22.       <description>Maintain a one-to-one correspondence between static content and the generated servlet class' java code</description>
  23.     </property>
  24.     <property name="fork" value="false" />
  25.   </jsp-config>
  26. </sun-web-app>