java/nekurak.net-web/web/WEB-INF/sun-web.xml
author František Kučera <franta-hg@frantovo.cz>
Mon Jan 25 17:44:00 2010 +0100 (2010-01-25)
changeset 19 5d93bf1c8093
parent 11 0412c4dd489d
child 40 67d332d48562
permissions -rw-r--r--
JSP SQL značky a schéma.
franta-hg@0
     1
<?xml version="1.0" encoding="UTF-8"?>
franta-hg@0
     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">
franta-hg@0
     3
<sun-web-app error-url="">
franta-hg@19
     4
  <context-root>/nekurak.net-web</context-root>
franta-hg@19
     5
  <class-loader delegate="true"/>
franta-hg@19
     6
  <parameter-encoding default-charset="UTF-8"/>
franta-hg@19
     7
  <jsp-config>
franta-hg@19
     8
    <property name="keepgenerated" value="true">
franta-hg@19
     9
      <description>Keep a copy of the generated servlet class' java code.</description>
franta-hg@19
    10
    </property>
franta-hg@19
    11
  </jsp-config>
franta-hg@0
    12
</sun-web-app>