source: vlo/branches/vlo-2.13-param/vlo_webapp/src/main/webapp/META-INF/context.xml @ 2590

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

some work on the vlo tests

File size: 527 bytes
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2
3<!-- VLO application context file
4
5solrURL : URL through which the Solr server should be reached<br><br>
6
7Note that the VLO importer needs about this URL to. Because the
8importer is not a web application, the value of the parameter should
9be defined in the ImporterConfig.xml<br><br>
10
11as<br><br>
12
13<solrUrl>http://localhost:8084/vlo_solr/</solrUrl><br><br>
14
15-->
16
17<Context antiJARLocking="true" path="/vlo">
18    <Parameter name=solrUrl value="http://localhost:8084/vlo_solr/"/>
19</Context>
Note: See TracBrowser for help on using the repository browser.