Initiale Version
[fix-swf] / src / main / webapp / WEB-INF / web.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <web-app xmlns="http://java.sun.com/xml/ns/javaee"
3   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4   xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"
5   version="2.5">
6
7   <display-name>fix-swf</display-name>
8
9
10   <!-- Servlet-Definitions -->
11
12   <servlet>
13     <servlet-name>fix-swf-servlet</servlet-name>
14     <servlet-class>de.juplo.fixswf.FixSwfServlet</servlet-class>
15   </servlet>
16
17
18   <!-- Servlet-Mappings -->
19
20   <servlet-mapping>
21     <servlet-name>fix-swf-servlet</servlet-name>
22     <url-pattern>/</url-pattern>
23   </servlet-mapping>
24
25
26 </web-app>