Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
75:cms_integrity [2020/03/09 08:08] cgl75:cms_integrity [2020/03/09 08:41] cgl
Line 1: Line 1:
 ==== Integrity ==== ==== Integrity ====
  
-!!! Example Content !!! +=== Example Configuration (conf/config.xml): ===
- +
-=== Example Configuration ===+
  
 <code xml> <code xml>
 <cms-type name="integrity"> <cms-type name="integrity">
-    <cms-host ident="integrity.example.ident" name="https://integrity.example.net:1234" displayName="Integrity Example Server">+    <cms-host ident="integrity.ident.1" name="integrity.myserver.com" displayName="Integrity Example Server">
         <cms-property name="user" value="integrity_username" />         <cms-property name="user" value="integrity_username" />
         <cms-property name="password" value="integrity_password" />         <cms-property name="password" value="integrity_password" />
 +        <cms-property name="protocol" value="http" />
 +        <cms-property name="port" value="7001" />
 +        <cms-property name="createSubprojects" value="false"/>
     </cms-host>     </cms-host>
 </cms-type> </cms-type>
Line 16: Line 17:
 </code> </code>
  
-=== Required Host Properties: ===+=== Configuration Settings: === 
 + 
 +  * **cms-host ident:**  This setting needs to be a custom unique identifier for each cms host setting 
 +  * **cms-host name:**  The actual web address of the integrity server without protocol (http/https) an port 
 +  * **cms-host displayName:**  The name of the Integrity server as it will be displayed in the Stages UI 
 +  * **cms-property user:**  Integrity username which will be used by Stages root user (system account) and for prefetching file metadata (revision numbers, checkin dates, ...) 
 +  * **cms-property password:**  Integrity password for Stages system account 
 +  * **cms-property createSubprojects:**  Specifies if newly created file paths in Integrity projects will be created as subprojects or as directories. Allowed values: true, false. Default value: false 
 +  * **cms-property timeoutMillis:** Specifies how long (in milliseconds) Stages will wait for a reponse by Integrity to most requests before considering them as timed out. Defaultvalue : 6000 
 +  * **cms-property longRunningOpsTimeoutMillis:** Specifies how long (in milliseconds) Stages will wait for a reponse by Integrity to potentially longer running requests (e.g. file uploads) before considering them as timed out. Dafault Value: 60000