source: MDService2/branches/MDService_simple3/src/mdservice.properties @ 1522

Last change on this file since 1522 was 1522, checked in by vronk, 13 years ago

moved params handling from RepoAction? to GenericAction?;
smaller changes to struts.xml (allowing format as part of the url again)

File size: 3.5 KB
Line 
1// should be obsolete:
2//mdrepository.uri = http://demo.spraakdata.gu.se/clarin/cmd/model/stats/
3//mdrepository.uri = http://localhost:8680/exist/rest/db/clarin/cmd-model.xql/
4//mdrepository.uri = http://clarin.aac.ac.at/exist/rest/db/clarin/cmd-model.xql/
5//collections.uri = http://demo.spraakdata.gu.se/clarin/cmd/model/stats?operation=getCollections&maxdepth=3&collection=
6//collections.uri = http://clarin.aac.ac.at/exist/rest/db/clarin/cmd-model.xql?operation=getCollections&maxdepth=2&collection=
7//collections.uri = http://localhost:8680/exist/rest/db/clarin/cmd-model.xql?operation=getCollections&collection=
8
9
10static.uri=http://localhost:8080/MDService2/static/
11terms.uri = http://localhost:8080/MDService2/model/matrix/?q=
12terms.dcr.uri = http://localhost:8080/MDService2/terms/extract/?q=
13terms.file=terms_setup.xml
14
15//?? dcregistry.uri = http://www.isocat.org/rest/
16compregistry.uri = http://catalog.clarin.eu/ds/ComponentRegistry/rest/registry/
17virtualcollection.uri = http://clarin.ids-mannheim.de/vcr/service/virtualcollection
18
19scripts.path = xsl/
20//cache.path = /srv/tomcat6/webapps/MDService2_cache/
21//workspaceprofile.path = /srv/tomcat6/webapps/MDService2_profiles/
22cache.path = C:/apps/apache-tomcat/webapps/MDService2_cache/
23workspaceprofile.path = C:/apps/apache-tomcat/webapps/MDService2_profiles/
24//cache.path = C:/apache-tomcat-6.0.26/webapps/MDService2_cache/
25//workspaceprofile.path = C:/apache-tomcat-6.0.26/webapps/MDService2_profiles/
26workspace.file = WorkspaceProfile.xml
27
28cacheindex.file = cache_index.xml
29xml.comp = 
30xsl.profile2VC = profile2VC.xsl
31xsl.XCQL2XPATH = XCQL2Xpath.xsl
32xsl.search2htmltable = mdset2view.xsl
33xsl.search2htmlpage = mdset2view.xsl
34xsl.search2htmllist = mdset2view.xsl
35xsl.search2htmlsimple = mdset2view.xsl
36xsl.sru2htmlpage = sru2view.xsl
37xsl.sru2htmltable = sru2view.xsl
38xsl.pazpar22htmlpage = mdset_pazpar2view.xsl
39xsl.pazpar22htmlpagelist = mdset_pazpar2view.xsl
40xsl.pazpar22htmltable = mdset_pazpar2view.xsl
41xsl.record2htmldetail = mdinst2view.xsl
42xsl.record2htmlpage = mdinst2view.xsl
43xsl.collection2htmllist = collection2view.xsl
44xsl.collection2htmlpage = collection2view.xsl
45xsl.model2matrix = model2matrix.xsl
46xsl.model2htmlpage = model2view.xsl
47xsl.model2htmltable = model2view.xsl
48xsl.model2htmllist = model2view.xsl
49xsl.model2htmlselect = model2view.xsl
50xsl.values2htmlpage = values2view.xsl
51xsl.values2htmllist = values2view.xsl
52xsl.terms2extract = terms_extract.xsl
53xsl.terms2htmlselect = terms2view.xsl
54xsl.terms2htmllist = terms2view.xsl
55xsl.terms2flat = terms2view.xsl
56xsl.terms2autocomplete = terms2view.xsl
57xsl.terms2htmlpage = terms2view.xsl
58xsl.terms2htmldetail = terms2view.xsl
59xsl.terms2htmltable = terms2view.xsl
60xsl.terms2sru-explain = sru_explain.xsl
61
62xsl.comp2htmlpage = comp2view.xsl
63xsl.comp2htmllist = comp2view.xsl
64xsl.comp2htmldetail = comp2view.xsl
65xsl.complist2htmllist = complist2view.xsl
66xsl.complist2htmlselect = complist2view.xsl
67xsl.complist2htmldetail = complist2view.xsl
68//xsl.dc2htmldiv = dcif2view.xsl
69//xsl.dc2htmllist = dcif2view.xsl
70
71xsl.datcat-all2terms = datcat_all2terms.xsl
72xsl.dcr-rdf2terms = datcat_rdf2terms.xsl
73xsl.rr-rdf2terms = datcat_rdf2terms.xsl
74xsl.dcr-dcif2terms = datcat_dcif2terms.xsl
75
76
77xsl.collection2html = collection2view.xsl
78xsl.complist2xmlresolved = complist_resolved.xsl
79
80xsl.terms2txt = complist2termstxt.xsl
81xsl.xml2json = xml2json.xsl
82xsl.attr2elements = attr2elements.xsl
83
84xsl.admin2htmlpage = cache2view.xsl
85xsl.docs2htmlpage = docs2view.xsl
86xsl.docs2htmldetail = docs2view.xsl
87xsl.docs2htmlpagetest = test2view.xsl
88xsl.static2htmlpage = static2view.xsl
89xsl.static2htmldetail = static2view.xsl
Note: See TracBrowser for help on using the repository browser.