source: other-projects/hathitrust/wcsa/vol-checker/WebContent/WEB-INF/web.xml@ 31281

Last change on this file since 31281 was 31281, checked in by davidb, 7 years ago
  • Property svn:executable set to *
File size: 959 bytes
RevLine 
[31281]1<?xml version="1.0" encoding="UTF-8"?>
2<web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://java.sun.com/xml/ns/javaee" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd" id="WebApp_ID" version="3.0">
3 <display-name>htrc-ef-exists</display-name>
4 <welcome-file-list>
5 <welcome-file>index.html</welcome-file>
6 <welcome-file>index.htm</welcome-file>
7 <welcome-file>index.jsp</welcome-file>
8 <welcome-file>default.html</welcome-file>
9 <welcome-file>default.htm</welcome-file>
10 <welcome-file>default.jsp</welcome-file>
11 </welcome-file-list>
12
13 <servlet>
14 <servlet-name>HTRC Volume Check</servlet-name>
15 <servlet-class>org.hathitrust.extractedfeatures.VolumeCheck</servlet-class>
16 </servlet>
17
18 <servlet-mapping>
19 <servlet-name>HTRC Volume Check</servlet-name>
20 <url-pattern>/VolumeCheck</url-pattern>
21 </servlet-mapping>
22
23
24</web-app>
Note: See TracBrowser for help on using the repository browser.