java/nekurak.net-web/web/WEB-INF/sun-web.xml
author František Kučera <franta-hg@frantovo.cz>
Thu Feb 25 08:26:46 2010 +0100 (2010-02-25)
changeset 40 67d332d48562
parent 19 5d93bf1c8093
child 49 9b2a597cc862
permissions -rw-r--r--
Zakládání podniků + HTTP autentizace.
     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>/nekurak.net-web</context-root>
     5     <class-loader delegate="true"/>
     6     <parameter-encoding default-charset="UTF-8"/>
     7     <jsp-config>
     8 	<property name="keepgenerated" value="true">
     9 	    <description>Keep a copy of the generated servlet class' java code.</description>
    10 	</property>
    11     </jsp-config>
    12     <security-role-mapping>
    13 	<role-name>opravneny</role-name>
    14 	<group-name>spravce</group-name>
    15     </security-role-mapping>
    16 </sun-web-app>