source: vlo/trunk/vlo_webapp/src/main/resources/contextfragment.xml @ 1886

Last change on this file since 1886 was 1886, checked in by herste, 12 years ago

Made location of NationalProjectsMapping?.xml configurable and externalized the xml file also: only relevant for the importer. Should allow updating of mapping _without_ a new deployment.

File size: 398 bytes
Line 
1<Context path="/ds/vlo" docBase="/lat/webapps/vlo/current" debug="0" privileged="true">
2    <Parameter name="eu.clarin.cmdi.vlo.solrUrl" value="http://localhost/ds/vlosolr" override="false"/>
3    <Parameter name="eu.clarin.cmdi.vlo.importerConfigFile" value="/PATH/TO/IMPORTERCONFIG!"/>
4    <Parameter name="eu.clarin.cmdi.vlo.nationalProjectMapping" value="/PATH/TO/DOESN'T MATTER!"/>
5</Context>
6
Note: See TracBrowser for help on using the repository browser.