java/hg-projekty/web/WEB-INF/sun-web.xml
author František Kučera <franta-hg@frantovo.cz>
Sat Feb 28 20:42:33 2009 +0100 (2009-02-28)
changeset 8 4b46ea8632b7
parent 5 c03fd5a58139
permissions -rw-r--r--
Přesměrování / → /hg
     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>/hg-projekty</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     <security-role-mapping>
    12         <role-name>opravneny</role-name>
    13         <group-name>vyvojar</group-name>
    14     </security-role-mapping>
    15 </sun-web-app>