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

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

readme

File size: 467 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/WEB-INF 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.