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

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

change greenstone to Greenstone

File size: 442 bytes
Line 
1In order to enable the mat extension, please do the following steps
2
3Step 1. Please insert the following to into web@xml@path.
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. Restart the Greenstone server.
17
Note: See TracBrowser for help on using the repository browser.