Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
72:cms_prefetch [2018/07/17 13:32] – [CMS Prefetch Configuration] bkkr72:cms_prefetch [2018/10/08 13:22] etea
Line 1: Line 1:
-Configure the Stages Server+[[:72:configure_stages|Configure the Stages Server]]
  
 ====== CMS Prefetch Configuration ====== ====== CMS Prefetch Configuration ======
Line 8: Line 8:
 === Configuration of the CMS Prefetch === === Configuration of the CMS Prefetch ===
  
-The default configuration of the CMS prefetch is found in ''<font inherit/Courier New,Courier,monospace;;inherit;;inherit><PKITHOME>/WEB-INF/conf/PKitConfig.xml</font>''  file:+The default configuration of the CMS prefetch is found in <Stages installation path>/stages ''<font inherit/Courier New,Courier,monospace;;inherit;;inherit>/conf/config.xml</font>''  file:
  
 <code> <code>
-<pkit-config>+<stages-config>
  <properties>  <properties>
  
Line 22: Line 22:
  </properties>  </properties>
  <cms> ... </cms>  <cms> ... </cms>
-</pkit-config>+</stages-config>
 </code> </code>
  
 A more detailed description of these properties can be found in the following table: A more detailed description of these properties can be found in the following table:
  
- TBD+TBD
  
-=== Strategies  ===+=== Strategies ===
  
 The following prefetch strategies are currently available. The following prefetch strategies are currently available.
Line 50: Line 50:
  
 <code> <code>
-<pkit-config>+<stages-config>
  <properties>  <properties>
  <property name="cms.prefetch.workersCount" value="8"/>  <property name="cms.prefetch.workersCount" value="8"/>
Line 63: Line 63:
  
  <cms> ... </cms>  <cms> ... </cms>
-</pkit-config>+</stages-config>
 </code> </code>
  
Line 76: Line 76:
 Each cache requires its own configuration and its own database. An example configuration for both MySQL and Oracle database servers can be found within the file. Each cache requires its own configuration and its own database. An example configuration for both MySQL and Oracle database servers can be found within the file.
  
-//Note//: After changing the cache persistence settings, the Stages configuration has to be updated (''<font inherit/Courier New,Courier,monospace;;inherit;;inherit><PKITHOME>/bin/updateConfig.bat</font>'') and Stages has to be restarted.+//Note//: After changing the cache persistence settings, the Stages configuration has to be updated (<Stages installation path>/stages''<font inherit/Courier New,Courier,monospace;;inherit;;inherit>/bin/update.bat</font>'') and Stages has to be restarted.