Last change
on this file since 4283 was
4283,
checked in by twagoo, 11 years ago
|
Merged Wicket 6 development branch back to trunk
|
File size:
1.1 KB
|
Line | |
---|
1 | <?xml version="1.0" encoding="UTF-8"?> |
---|
2 | <!-- VLO application context file |
---|
3 | |
---|
4 | path : web application context path. If u is the url of the web server, the web |
---|
5 | application will be reachable at u/path |
---|
6 | |
---|
7 | externalConfig : the path to an external configuration file. In this file you |
---|
8 | can set the value of the VLO parameters. |
---|
9 | |
---|
10 | The specification of an external configuration file is optional. If you do not |
---|
11 | specify one, the VLO web application will use the packaged parameters. This will |
---|
12 | only be usefull when the application is run from within a development |
---|
13 | environment. |
---|
14 | |
---|
15 | In a VLO configuration file, among others, you need to define the value of the |
---|
16 | solrUrl parameter. You can override this value by defining it in the context |
---|
17 | fragement directly. This is not obligatory however. |
---|
18 | |
---|
19 | For more information on the meaning and purpose of the VLO parameters, please |
---|
20 | refer 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.