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

Last change on this file since 24252 was 24252, checked in by sjm84, 13 years ago

Reorganised the Mat extension

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