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"
7 <display-name>fix-swf</display-name>
10 <!-- Servlet-Definitions -->
13 <servlet-name>fix-swf-servlet</servlet-name>
14 <servlet-class>de.juplo.fixswf.FixSwfServlet</servlet-class>
18 <!-- Servlet-Mappings -->
21 <servlet-name>fix-swf-servlet</servlet-name>
22 <url-pattern>/</url-pattern>