source: gs3-extensions/mat/trunk/README.txt@ 21921

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

add a new line for web-xml path

File size: 443 bytes
Line 
1In order to enable the mat extension, please do the following steps
2
3Step 1. Please insert the following to into
4web@xml@path.
5
6<servlet>
7<servlet-name>mat</servlet-name>
8<description>mat</description>
9<servlet-class>org.greenstone.gsdl3_extension.mat.servlet.MatServlet</servlet-class>
10</servlet>
11
12<servlet-mapping>
13<servlet-name>mat</servlet-name>
14<url-pattern>/mat</url-pattern>
15</servlet-mapping>
16
17Step 2. Restart the Greenstone server.
18
Note: See TracBrowser for help on using the repository browser.