source: vlo/trunk/vlo_web_app/src/main/webapp/META-INF/context.xml @ 3732

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

Repaired broken tests, modified solr error handling and added limited reverse proxy support. Note that because of the reverse proxy support, two parameters have been added to the VloConfig?.xml file. Please refer to the model included in the tree.

File size: 1.1 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!-- VLO application context file
3
4path : web application context path. If u is the url of the web server, the web
5application will be reachable at u/path
6
7externalConfig : the path to an external configuration file. In this file you
8can set the value of the VLO parameters.
9
10The specification of an external configuration file is optional. If you do not
11specify one, the VLO web application will use the packaged parameters. This will
12only be usefull when the application is run from within a development
13environment.
14
15In a VLO configuration file, among others, you need to define the value of the
16solrUrl parameter. You can override this value by defining it in the context
17fragement directly. This is not obligatory however.
18
19For more information on the meaning and purpose of the VLO parameters, please
20refer to the documentation.
21
22-->
23<Context antiJARLocking="true" path="/vlo">
24  <Parameter name="externalConfig" value="/home/keeloo/vlo/config/VloConfig.xml"/>
25  <!--Parameter name="solrUrl" value="http://localhost:8084/vlo_solr/"/-->
26</Context>
Note: See TracBrowser for help on using the repository browser.