source: vlo/branches/to-wicket-1.6-twagoo/vlo_web_app/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: 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="/Users/twagoo/vlo/VloConfig.xml"/>
25  <!--Parameter name="solrUrl" value="http://localhost:8084/vlo_solr/"/-->
26</Context>
Note: See TracBrowser for help on using the repository browser.