java/hg-projekty/web/WEB-INF/sun-web.xml
author František Kučera <franta-hg@frantovo.cz>
Mon Feb 16 18:59:16 2009 +0100 (2009-02-16)
changeset 1 4bec1ea05529
child 5 c03fd5a58139
permissions -rw-r--r--
Funkční CGI servlet. Adresa: http://hg.frantovo.cz/cgi-bin/hgweb.cgi – adresu je potřeba vylepšit!
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@0
     4
  <context-root>/hg-projekty</context-root>
franta-hg@0
     5
  <class-loader delegate="true"/>
franta-hg@0
     6
  <jsp-config>
franta-hg@0
     7
    <property name="keepgenerated" value="true">
franta-hg@0
     8
      <description>Keep a copy of the generated servlet class' java code.</description>
franta-hg@0
     9
    </property>
franta-hg@0
    10
  </jsp-config>
franta-hg@0
    11
</sun-web-app>