Changeset 4291 for vlo/branches/vlo-2.18/UPGRADE
- Timestamp:
- 01/20/14 13:12:46 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vlo/branches/vlo-2.18/UPGRADE
r4280 r4291 15 15 In both case all additional GET parameters SHOULD be kept. 16 16 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: 17 Next to the URL mapping, the XML parameter file has undergone some changes: 20 18 21 <pagesInApplicationCache> 128</pagesInApplicationCache>19 <pagesInApplicationCache>40</pagesInApplicationCache> 22 20 23 <sessionCacheSize>500</sessionCacheSize> 21 <sessionCacheSize>10000</sessionCacheSize> 22 23 Has been added to tune the Wicket page cache. The first parameter allows you 24 to set the size of the application wide cache holding pages. The second parameter 25 denotes the size of the cache (in kilobytes) associated with a session. The values 26 listed above are the Wicket defaults. 27 28 Other 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 51 Finally, 52 53 <cqlEndpointFilter>http://cqlservlet.mpi.nl/</cqlEndpointFilter> 24 54 25 < helpUrl>55 <cqlEndpointAlternative>http://cqlservlet.mpi.nl/</cqlEndpointAlternative> 26 56 27 * Remove useMaxFileSize parameter from VloConfig 28 * Rename parameter maxDaysToLife to maxDaysInSolr 57 add the possibility of creating a filter for endpoints.
Note: See TracChangeset
for help on using the changeset viewer.