Ignore:
Timestamp:
07/23/15 09:55:32 (9 years ago)
Author:
Twan Goosen
Message:

filtering of VloConfig?.xml with different build profiles

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vlo/trunk/vlo-commons/src/main/resources/VloConfig.xml

    r6284 r6408  
    11<VloConfig>
    22   
    3     <!-- Sets the maximum number of page instances which will be stored in the application scoped second level cache for faster retrieval -->
    4     <pagesInApplicationCache>40</pagesInApplicationCache>
     3    <deleteAllFirst>${vloconfig.deleteAllFirst}</deleteAllFirst>
    54   
    6     <!-- Sets the maximum size (in KILOBYTES) of the File where page instances per session are stored. -->
    7     <sessionCacheSize>10000</sessionCacheSize>
    8    
    9     <deleteAllFirst>true</deleteAllFirst>
     5    <maxDaysInSolr>${vloconfig.maxDaysInSolr}</maxDaysInSolr>
    106   
    11     <maxDocsInList>128</maxDocsInList>
     7    <solrUrl>${vloconfig.solrUrl}</solrUrl>
    128   
    13     <minDocsInSolrQueue>128</minDocsInSolrQueue>
     9    <homeUrl>${vloconfig.homeUrl}</homeUrl>
    1410   
    15     <solrTimeOut>300</solrTimeOut>
    16    
    17     <maxFileSize>10000000</maxFileSize>
    18    
    19     <maxDaysInSolr>0</maxDaysInSolr>
    20    
    21     <useHandleResolver>false</useHandleResolver>
    22    
    23     <printMapping>false</printMapping>
     11    <helpUrl>${vloconfig.helpUrl}</helpUrl>
    2412   
    2513    <dataRoots>
     
    4129    </dataRoots>
    4230   
    43     <solrUrl>http://localhost:8080/vlo-solr/core0/</solrUrl>
     31    <!-- Sets the maximum number of page instances which will be stored in the application scoped second level cache for faster retrieval -->
     32    <pagesInApplicationCache>40</pagesInApplicationCache>
    4433   
    45     <homeUrl>http://www.clarin.eu/vlo</homeUrl>
     34    <!-- Sets the maximum size (in KILOBYTES) of the File where page instances per session are stored. -->
     35    <sessionCacheSize>10000</sessionCacheSize>
     36   
     37    <maxDocsInList>128</maxDocsInList>
    4638   
    47     <helpUrl>http://www.clarin.eu/vlo</helpUrl>
     39    <minDocsInSolrQueue>128</minDocsInSolrQueue>
     40   
     41    <solrTimeOut>300</solrTimeOut>
     42   
     43    <maxFileSize>10000000</maxFileSize>
     44   
     45    <useHandleResolver>false</useHandleResolver>
     46   
     47    <printMapping>false</printMapping>
    4848   
    4949    <!-- leave empty to use default packaged definition -->
Note: See TracChangeset for help on using the changeset viewer.