libreccm-legacy/ccm-auth-http/web/WEB-INF/web.ccm-auth-http.xml

26 lines
985 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">
<!-- module ccm-auth-http - servlet definitions BEGIN -->
<servlet>
<servlet-name>auth-http-files</servlet-name>
<servlet-class>com.arsdigita.web.ApplicationFileServlet</servlet-class>
<init-param>
<param-name>template-path</param-name>
<param-value>/templates/ccm-auth-http</param-value>
</init-param>
</servlet>
<!-- module ccm-auth-http - servlet definitions END -->
<!-- module ccm-auth-http - servlet mappings BEGIN -->
<servlet-mapping>
<servlet-name>auth-http-files</servlet-name>
<url-pattern>/ccm-auth-http/files/*</url-pattern>
</servlet-mapping>
<!-- module ccm-auth-http - servlet mappings END -->
</web-app>