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

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

Put values in the value structure associated with the description facet on separate lines in the field and value table in the show results page.

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.Netbeans.xml"/>
25  <!--Parameter name="solrUrl" value="http://localhost:8084/vlo_solr/"/-->
26</Context>
Note: See TracBrowser for help on using the repository browser.