java/nekurak.net-ws/web/WEB-INF/sun-web.xml
author František Kučera <franta-hg@frantovo.cz>
Tue May 25 17:22:31 2010 +0200 (2010-05-25)
changeset 125 1eecc767a610
child 145 0efefbf5f8b6
permissions -rw-r--r--
Přidány časové limity pro testování vzdálených služeb (1 vteřina).
franta-hg@98
     1
<?xml version="1.0" encoding="UTF-8"?>
franta-hg@98
     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@98
     3
<sun-web-app error-url="">
franta-hg@98
     4
  <context-root>/nekurak.net-ws</context-root>
franta-hg@98
     5
  <class-loader delegate="true"/>
franta-hg@98
     6
  <jsp-config>
franta-hg@98
     7
    <property name="keepgenerated" value="true">
franta-hg@98
     8
      <description>Keep a copy of the generated servlet class' java code.</description>
franta-hg@98
     9
    </property>
franta-hg@98
    10
  </jsp-config>
franta-hg@98
    11
</sun-web-app>