source: MDService2/trunk/MDService2/README.txt @ 630

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

minor

File size: 1.3 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-folder:
26cache.path = /path_to_local/MDService_cache
27
28and currently this cache has to be populated with a collections-snapshot:
29collections-.xml
30this is a temporary workaround until the collections are available from MDRepository.
31
32Some more information starting from:
33http://trac.clarin.eu/wiki/CmdiMetadataServices
34
35
36Initial Import by and questions, comments, outrage to
37Matej xnrn@gmx.net
Note: See TracBrowser for help on using the repository browser.