source: vlo/branches/vlo-2.13-param/vlo_web_app/src/main/resources/VloConfig.xml @ 2658

Last change on this file since 2658 was 2658, checked in by keeloo, 11 years ago

Repaired the packaging. Still need to check the contents of the new
package, compare it with the old one, and test both the web
application and the importer by installing them outside the Netbeans
environment.

File size: 3.0 KB
Line 
1<VloConfig>
2   
3    <deleteAllFirst>false</deleteAllFirst>
4   
5    <printMapping>false</printMapping>
6   
7    <dataRoots>
8        <DataRoot>
9            <originName>MPI IMDI Archive
10            </originName>
11            <rootFile>/lat/apache/htdocs/oai-harvester/mpi-self-harvest/harvested/results/cmdi/</rootFile>           
12            <prefix>http://catalog.clarin.eu/</prefix>
13            <tostrip>/lat/apache/htdocs/</tostrip>
14            <deleteFirst>false</deleteFirst>
15        </DataRoot>
16
17        <DataRoot>
18            <originName>CMDI Providers</originName>
19            <rootFile>/lat/apache/htdocs/oai-harvester/cmdi-providers/harvested/results/cmdi/</rootFile>           
20            <prefix>http://catalog.clarin.eu/</prefix>
21            <tostrip>/lat/apache/htdocs/</tostrip>
22            <deleteFirst>false</deleteFirst>
23        </DataRoot>
24
25        <DataRoot>
26            <originName>OLAC Metadata Providers</originName>
27            <rootFile>/lat/apache/htdocs/oai-harvester/olac-and-dc-providers/harvested/results/cmdi/</rootFile>           
28            <prefix>http://catalog.clarin.eu/</prefix>
29            <tostrip>/lat/apache/htdocs/</tostrip>
30            <deleteFirst>false</deleteFirst>
31        </DataRoot>
32    </dataRoots>
33   
34    <solrUrl>http://localhost:8084/vlo_solr/</solrUrl>
35   
36    <vloHomeLink>http://www.clarin.eu/vlo</vloHomeLink>
37   
38    <profileSchemaUrl>http://catalog.clarin.eu/ds/ComponentRegistry/rest/registry/profiles/{PROFILE_ID}/xsd</profileSchemaUrl>
39   
40    <componentRegistryRESTURL>http://catalog.clarin.eu/ds/ComponentRegistry/rest/registry/profiles/</componentRegistryRESTURL>
41   
42    <handleServerUrl>http://hdl.handle.net/</handleServerUrl>
43   
44    <imdiBrowserUrl>http://corpus1.mpi.nl/ds/imdi_browser?openpath=</imdiBrowserUrl>
45   
46    <nationalProjectMapping>nationalProjectsMapping.xml</nationalProjectMapping>
47   
48    <facetFields length="10">
49        <facetField>collection</facetField>
50        <facetField>language</facetField>
51        <facetField>continent</facetField>
52        <facetField>genre</facetField>
53        <facetField>country</facetField>
54        <facetField>subject</facetField>
55        <facetField>organisation</facetField>
56        <facetField>resourceType</facetField>
57        <facetField>dataProvider</facetField>
58        <facetField>nationalProject</facetField>
59    </facetFields>
60   
61    <countryComponentUrl>http://catalog.clarin.eu/ds/ComponentRegistry/rest/registry/components/clarin.eu:cr1:c_1271859438104/xml</countryComponentUrl>
62
63    <language2LetterCodeComponentUrl>http://catalog.clarin.eu/ds/ComponentRegistry/rest/registry/components/clarin.eu:cr1:c_1271859438109/xml</language2LetterCodeComponentUrl>
64   
65    <language3LetterCodeComponentUrl>http://catalog.clarin.eu/ds/ComponentRegistry/rest/registry/components/clarin.eu:cr1:c_1271859438110/xml</language3LetterCodeComponentUrl>
66   
67    <silToISO639CodesUrl>http://www.clarin.eu/cmd/xslt/sil_to_iso6393.xml</silToISO639CodesUrl>
68   
69    <FederatedContentSearchUrl>http://weblicht.sfs.uni-tuebingen.de/Aggregator/</FederatedContentSearchUrl>
70</VloConfig>
Note: See TracBrowser for help on using the repository browser.