source: other-projects/trunk/greenstone3-extension/mat/FAQ.txt@ 18239

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

FAQ

File size: 1.8 KB
Line 
11. Metadata Analysis Tool (Java application)
2
31-1 Please select "local Collection Analysis" and press the "Analyse" button.
4
51-2 Select a collection you want to analyse it.
6
7If there is no collection available, please use GLI to create a collection and try this function again.
8
9
102. Metadata Analysis Tool (web service)
11Root is the location of Greenstone folder.
12ex: Windows: C:\Program files\Greenstone
13ex: Linux: /home/Greenstone
14
15
162-1 Please rename the root/ext/mat/web-mat.xml to web.xml and copy it to the root/web/WEB-INF folder.
17 You might want to backup the original web.xml.
18
192-2 Copy the gsdl3_extension folder (path: root/ext/mat/build/classes/org/greenstone/gsdl3_extension) to
20 greenstone folder (path: root/web/WEB-INF/classes/org/greenstone)
21
22Now, the path should be root/web/WEB-INF/classes/org/greenstone/gsdl3_extension/mat/servlet
23
24Inside the servlet folder, you will see many class files.
25
262-3 Please run the command "ant deploy-localsite" in the console.
27
282-4 Then, you can start the server and use the web service.
29
30The web service is available at http://localhost:8080/greenstone3/mat.
31Please make sure that there is no slash at the end of this URL.
32ex: http://localhost:8080/greenstone3/mat/ is incorrect and you will not be able to access the service.
33
34Notice: If you use any proxy servers, please open the properties.xml and enter the property settings.
35
36Troubleshooting
37
381. Why my web service cannot analyse the OAI repository ( Message: GDBM could not be open)?
39Please use the GLI to create a sample collection and make sure that the Greenstone can build it correctly.
40If the Greenstone cannot build the collection correctly. Please report the error to http://www.greenstone.org/.
41
422. My computer cannot recognise the "Ant" command?
43You will need to setup the ant path and run the command in the greenstone root folder.
44
45
46
Note: See TracBrowser for help on using the repository browser.