java/nekurak.net-rest/web/WEB-INF/sun-web.xml
author František Kučera <franta-hg@frantovo.cz>
Tue, 25 May 2010 13:54:21 +0200
changeset 123 9135d52e8b0a
parent 95 ec671fc8fb9c
child 145 0efefbf5f8b6
permissions -rw-r--r--
Test hashovací funkce + test češtiny v identifikátorech
Java Language Specification – 3.8 Identifiers:
http://java.sun.com/docs/books/jls/third_edition/html/lexical.html#40625
     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-rest</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>redaktor</role-name>
    13 	<group-name>redaktor</group-name>
    14     </security-role-mapping>
    15 </sun-web-app>