source: vlo/trunk/vlo_solr/src/main/webapp/META-INF/context.xml @ 2768

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

Integrated parameter branche into trunk again

File size: 710 bytes
Line 
1<?xml version="1.0" encoding="utf-8"?>
2
3
4<!-- Solr server context file
5
6path : solr server context path. If u is the url of the web server, the solr
7server will be reachable at u/path
8
9solr/home : the top level directory which is created on unpacking the solr
10server war file. The solr server will store it's data in the tree starting at
11this directory.
12
13Please refer to http://wiki.apache.org/solr for more information on how the
14solr server should be configured. 
15
16-->
17
18
19
20<Context path="/vlo_solr" debug="0" crossContext="true">
21  <Environment name="solr/home" 
22               type="java.lang.String" 
23               value="${vlo.solr.home}/${vlo.solr.conf}" 
24               override="true"/>
25</Context>
Note: See TracBrowser for help on using the repository browser.