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

Last change on this file since 1800 was 1800, checked in by gaba, 12 years ago

FCS first version

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