libreccm-legacy/ccm-faq/web/WEB-INF/web.faq.xml

19 lines
631 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<web-app xmlns="http://java.sun.com/xml/ns/j2ee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
version="2.4">
<!-- Servlets for the faq applications -->
<servlet>
<servlet-name>FAQ</servlet-name>
<servlet-class>com.arsdigita.faq.FaqServlet</servlet-class>
</servlet>
<servlet-mapping>
<servlet-name>FAQ</servlet-name>
<url-pattern>/faq/*</url-pattern>
</servlet-mapping>
</web-app>