Mercurial > lada > lada-server
comparison src/main/webapp/WEB-INF/web.xml @ 421:0ec07c73d4bb
Added basic config files.
author | Raimund Renkert <raimund.renkert@intevation.de> |
---|---|
date | Wed, 04 Feb 2015 16:01:53 +0100 |
parents | |
children | 11c6e8dee811 |
comparison
equal
deleted
inserted
replaced
420:c7e86351d6ba | 421:0ec07c73d4bb |
---|---|
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" | |
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 |