libreccm-legacy/ccm-sci-publications/web/WEB-INF/web.d/web.ccm-sci-publications.xml

19 lines
708 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 sci-publications applications -->
<servlet>
<servlet-name>SciPublications</servlet-name>
<servlet-class>com.arsdigita.cms.scipublications.SciPublicationsServlet</servlet-class>
</servlet>
<servlet-mapping>
<servlet-name>SciPublications</servlet-name>
<url-pattern>/scipublications/*</url-pattern>
</servlet-mapping>
</web-app>