Last change
on this file since 21935 was 21935, checked in by sjm84, 13 years ago |
Modified the readme file to conform to the package name change
|
File size:
431 bytes
|
Line | |
---|
1 | In order to enable the mat extension, please do the following steps
|
---|
2 |
|
---|
3 | Step 1. Please insert the following to into
|
---|
4 | web@xml@path.
|
---|
5 |
|
---|
6 | <servlet>
|
---|
7 | <servlet-name>mat</servlet-name>
|
---|
8 | <description>mat</description>
|
---|
9 | <servlet-class>org.greenstone.mat.servlet.MatServlet</servlet-class>
|
---|
10 | </servlet>
|
---|
11 |
|
---|
12 | <servlet-mapping>
|
---|
13 | <servlet-name>mat</servlet-name>
|
---|
14 | <url-pattern>/analyse</url-pattern>
|
---|
15 | </servlet-mapping>
|
---|
16 |
|
---|
17 | Step 2. Restart the Greenstone server.
|
---|
18 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.