source: vlo/branches/to-wicket-1.6-twagoo/vlo_solr/src/main/webapp/META-INF/context.xml @ 4212

Last change on this file since 4212 was 4212, checked in by twagoo, 10 years ago

Branched off keeloo's wicket-6 conversion branch.
Applied a number of fixes to make code properly compilable, runnable (app still doesn't start properly).
To be merged back with keeloo's work.

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