source: MDService2/trunk/MDService2/README.txt

Last change on this file was 863, checked in by vronk, 14 years ago

update README + adding default WorkspaceProfileServer?.xml

File size: 1.4 KB
Line 
1CMDI Metadata Service / Metadata Browser
2========================================
3
4This version is building upon the framework apache.Struts2
5http://struts.apache.org/2.1.8.1/index.html
6(Hopefully) all needed jars are included under:
7WebContent\WEB-INF\lib
8(Although this is probably not good subversion behaviour)
9
10Some XSLT2 xsl-library is needed. It was developed with saxon9:
11saxon9.jar, saxon9-dom.jar
12This is to be available to the servlet container
13eg. in /path_to_local/ApacheTomcat/lib
14
15It's being developed in eclipse, the .project-file is included.
16
17There is an ant-build for building and deploying.
18In build.properties one has to set the
19deploy.dir = /path_to_local/ApacheTomcat/webapps
20to be able to run target 'deploy-local'
21
22Or just run 'archive' and put the resulting MDService2.war in the appropriate webapps-folder
23of the servlet container used.
24
25in mdservice.properties need to set the path to a local cache- and profile-folder:
26cache.path = /path_to_local/MDService_cache
27workspaceprofile.path = /path_to_local/MDService_profile
28
29Where you have to put then at least
30WorkspaceProfileServer.xml
31which carries the settings regarding the repositories. (new feature: dynamic repositores)
32So here you can list your own repository.
33The property: mdrepository.uri is currently still used as fall-back.
34
35
36Some more information starting from:
37http://trac.clarin.eu/wiki/CmdiMetadataServices
38
39
40Initial Import by and questions, comments, outrage to
41Matej xnrn@gmx.net
Note: See TracBrowser for help on using the repository browser.