Changeset 4291


Ignore:
Timestamp:
01/20/14 13:12:46 (10 years ago)
Author:
keeloo
Message:

Added parameter descriptions to the UPGRADE file.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vlo/branches/vlo-2.18/UPGRADE

    r4280 r4291  
    1515In both case all additional GET parameters SHOULD be kept.
    1616
    17 * Two mandatory configuration parameters have been added to the VLO
    18 configuration. Add the following to the existing configuration as a child of
    19 the VloConfig root node, then tweak as needed:
     17Next to the URL mapping, the XML parameter file has undergone some changes:
    2018
    21     <pagesInApplicationCache>128</pagesInApplicationCache>
     19    <pagesInApplicationCache>40</pagesInApplicationCache>
    2220   
    23     <sessionCacheSize>500</sessionCacheSize>
     21    <sessionCacheSize>10000</sessionCacheSize>
     22
     23Has been added to tune the Wicket page cache. The first parameter allows you
     24to set the size of the application wide cache holding pages. The second parameter
     25denotes the size of the cache (in kilobytes) associated with a session. The values
     26listed above are the Wicket defaults.
     27
     28Other changes in the parameter file:
     29- maxFileSize and use MaxFileSize have been integrated into one parameter:
     30 
     31  maxFileSize
     32
     33  If equal to 0, no upper limit to the size of metadata input files will be
     34  applied.
     35
     36- maxDaysToLife has been renamed into maxDaysInSolr
     37
     38- VloHomeLink has been renamed into homeUrl
     39
     40- helpUrl has been added; a link to a help page.
     41
     42- The facetConceptsFile parameter, referencing the facetConcepts.xml file,
     43  has been added also. This is part of the effort of making parameterised
     44  instantiation of the VLO possible.
     45
     46- Also, the facetOverviewLength parameter has been added. This parameter controls
     47  the listing of facets on the search page.
     48
     49- Similar to 'useMaxFileSize' the expectReverseProxy parameter has been removed
     50
     51Finally,
     52
     53    <cqlEndpointFilter>http://cqlservlet.mpi.nl/</cqlEndpointFilter>
    2454   
    25     <helpUrl>
     55    <cqlEndpointAlternative>http://cqlservlet.mpi.nl/</cqlEndpointAlternative>
    2656
    27 * Remove useMaxFileSize parameter from VloConfig
    28 * Rename parameter maxDaysToLife to maxDaysInSolr
     57add the possibility of creating a filter for endpoints.
Note: See TracChangeset for help on using the changeset viewer.