Ignore:
Timestamp:
08/04/15 11:46:13 (9 years ago)
Author:
davor.ostojic@oeaw.ac.at
Message:

merged with trunk
#746

Location:
vlo/branches/vlo-3.3-oeaw
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • vlo/branches/vlo-3.3-oeaw

  • vlo/branches/vlo-3.3-oeaw/UPGRADE.txt

    r6295 r6412  
    1515        appropriate user, i.e. 'vlouser' on catalog.clarin.eu)
    1616
    17 - In the 'config' directory, adjust VloConfig.xml as needed (make a backup
    18 first). In particular, make sure that the following instance specific sections
    19 are kept from the current version:
    20         - dataRoots and its children
    21         - solrUrl
    22         - homeUrl
    23         - deleteAllFirst
    24         - maxDaysInSolr
    25 - Make any further version specific adjustments as described in this document
     17- In the 'config' directory, inspect VloConfig.xml and the data roots
     18configuration file that is included into this file by means of XInclude. It is
     19advised to perform a diff between the old and new versions of these files.
     20Depending on configuration preferences, you may want to copy settings from the
     21old configuration to the new one.
    2622
    2723- Stop the Tomcat or at least the VLO web app and Solr applications
     
    3228    ./vlo_solr_importer.sh -c ../config/VloConfig.xml
    3329
     30--------------------------
     31Upgrading from 3.2 to 3.3
     32--------------------------
     33* Take note of the change in VloConfig.xml which moves the data roots definition
     34out of VloConfig.xml by means of XInclude. The configuration file now gets
     35prepared for deployment environments at build time, so it is no longer necessary
     36to copy over old configuration values in all cases.
     37
     38* In the context fragment for the VLO web application, ADD the following
     39attribute to the <Context> root element:
     40
     41   sessionCookiePath="/"
     42
     43and, if set, REMOVE any "crossContext" parameter.
     44 
    3445---------------------------
    3546Upgrading from 3.1 to 3.2
Note: See TracChangeset for help on using the changeset viewer.