java/sql-vyuka/web/WEB-INF/sun-web.xml
author František Kučera <franta-hg@frantovo.cz>
Wed, 27 Jan 2010 21:24:33 +0100
changeset 74 48066e753dd6
parent 8 4795d9bf6827
permissions -rw-r--r--
Vlastní (stručné) chybové hlášky (404 a 500), IP adresa pro reverzní proxy (provizorně).
     1 <?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>/sql-vyuka</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>