source: other-projects/trunk/greenstone3-extension/mat/README.txt@ 18273

Last change on this file since 18273 was 18273, checked in by cc108, 15 years ago

replace web\WEB-INF with web@xml@path

File size: 468 bytes
Line 
1In order to enable the web service, please do the following steps
2
3Step 1. Please attach the following to web.xml (web.xml can be found in web@xml@path folder).
4
5<servlet>
6<servlet-name>mat</servlet-name>
7<description>mat</description>
8<servlet-class>org.greenstone.gsdl3_extension.mat.servlet.MatServlet</servlet-class>
9</servlet>
10
11<servlet-mapping>
12<servlet-name>mat</servlet-name>
13<url-pattern>/mat</url-pattern>
14</servlet-mapping>
15
16Step 2. Start web server. Done!
Note: See TracBrowser for help on using the repository browser.