Ignore:
Timestamp:
03/12/13 13:44:04 (11 years ago)
Author:
keeloo
Message:

Repaired command line parsing, improved the
DataRoot? class annotation, modified context files as a result of
running tests. Added an instruction for installing.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vlo/branches/vlo-2.13-param/vlo_web_app/src/main/webapp/META-INF/context.xml

    r2641 r2677  
    11<?xml version="1.0" encoding="UTF-8"?>
     2
    23<!-- VLO application context file
    34
    4 explain about how the configurtion works
     5path : web application context path. If u is the url of the web server, the web
     6application will be reachable at u/path
     7
     8externalConfig : the path to an external configuration file. In this file you
     9can set the value of the VLO parameters.
     10
     11The specification of an external configuration file is optional. If you do not
     12specify one, the VLO web application will use the packaged parameters. This will
     13only be usefull when the application is run from within a development
     14environment.
     15
     16In a VLO configuration file, among others, you need to define the value of the
     17solrUrl parameter. You can override this value by defining it in the context
     18fragement directly. This is not obligatory however.
     19
     20For more information on the meaning and purpose of the VLO parameters, please
     21refer to the documentation.
    522
    623-->
Note: See TracChangeset for help on using the changeset viewer.