Ignore:
Timestamp:
02/13/13 12:29:21 (11 years ago)
Author:
keeloo
Message:

Set version to 2.13, the cutting edge release for March. Also removed the WebAppParam? class; servlet parameters are retrieved from with in the WebAppConfig? class.

File:
1 edited

Legend:

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

    r2570 r2577  
    11<?xml version="1.0" encoding="UTF-8"?>
    2 <Context antiJARLocking="true" path="/vlo"/>
     2
     3<!-- VLO application context file
     4
     5solrURL : URL through which the Solr server should be reached<br><br>
     6
     7Note that the VLO importer needs about this URL to. Because the
     8importer is not a web application, the value of the parameter should
     9be defined in the ImporterConfig.xml<br><br>
     10
     11as<br><br>
     12
     13<solrUrl>http://localhost:8084/vlo_solr/</solrUrl><br><br>
     14
     15-->
     16
     17<Context antiJARLocking="true" path="/vlo">
     18    <Parameter name=solrURL value="http://localhost:8084/vlo_solr/"/>
     19</Context>
Note: See TracChangeset for help on using the changeset viewer.