comparison src/main/webapp/WEB-INF/web.xml @ 429:11c6e8dee811

Updated web.xml.
author Raimund Renkert <raimund.renkert@intevation.de>
date Wed, 04 Feb 2015 16:16:27 +0100
parents 0ec07c73d4bb
children
comparison
equal deleted inserted replaced
428:c5ae1eb3ff92 429:11c6e8dee811
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 <web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://xmlns.jcp.org/xml/ns/javaee" 2 <web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://xmlns.jcp.org/xml/ns/javaee" xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/web-app_3_1.xsd" id="WebApp_ID" version="3.1"/>
3 xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/web-app_3_1.xsd" id="WebApp_ID" version="3.1">
4 <!-- <servlet>
5 <servlet-name>Faces Servlet</servlet-name>
6 <servlet-class>javax.faces.webapp.FacesServlet</servlet-class>
7 </servlet>
8 <servlet-mapping>
9 <servlet-name>Faces Servlet</servlet-name>
10 <url-pattern>*.jsf</url-pattern>
11 </servlet-mapping>-->
12 </web-app>
13
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)