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
74:cms_sharepoint [2019/10/16 13:19] tssr74:cms_sharepoint [2019/10/16 14:11] – [Sharepoint] tssr
Line 8: Line 8:
 <cms-type name="sharepoint"> <cms-type name="sharepoint">
     <!-- Global Properties -->     <!-- Global Properties -->
-    <cms-property name="stages.server.url" value="https://stages.mycompany:8080" /> 
-    <cms-property name="http.authentication.hostname" value="nonempty" /> 
-    <cms-property name="http.max.connections" value="100" /> 
-    <cms-property name="http.connection.timeout" value="10000" /> 
-    <cms-property name="http.socket.timeout" value="90000" /> 
-    <cms-property name="http.connection.pool.max.idle" value="60000" /> 
-    <cms-property name="http.ssl.allow.all" value="true" /> 
     <cms-host ident="sharepoint.example.ident" name="https://sharepoint.example.net:1234" displayName="Sharepoint Example Server">     <cms-host ident="sharepoint.example.ident" name="https://sharepoint.example.net:1234" displayName="Sharepoint Example Server">
         <!-- Host Properties -->         <!-- Host Properties -->
-        <cms-property name="state.attribute.name" value="_Status" /> 
         <cms-property name="version.date.format" value="dd.MM.yyyy HH:mm" />         <cms-property name="version.date.format" value="dd.MM.yyyy HH:mm" />
         <cms-property name="document.content.type.name" value="Document" />         <cms-property name="document.content.type.name" value="Document" />
Line 39: Line 31:
 ** + ** ''Required but with default''\\ ** + ** ''Required but with default''\\
 Properties marked with ** + ** are required, but there is a default value. This values can be overridden by configuring it in the config.xml. Properties marked with ** + ** are required, but there is a default value. This values can be overridden by configuring it in the config.xml.
- 
-> http.authentication.hostname (required for ntlm authentication) 
- 
-  * __Description__: The host name of the server that runs Stages and is allowed to authenticate via ntlm against the SharePoint server. 
  
 > http.connection.context.timeout ** + ** > http.connection.context.timeout ** + **
Line 78: Line 66:
   * __Default Value__: 100   * __Default Value__: 100
   * __Description__: The maximum number of simultaneous HTTP connections between Stages and SharePoint.   * __Description__: The maximum number of simultaneous HTTP connections between Stages and SharePoint.
 +
 +> http.authentication.hostname
 +
 +  * __Description__: The host name of the server that runs Stages and is allowed to authenticate via ntlm against the SharePoint server.
  
 > cms.browser.activated ** + ** > cms.browser.activated ** + **
Line 84: Line 76:
   * __Description__: If set to false, it is  not possible to browse through the files in the Stages web-application.   * __Description__: If set to false, it is  not possible to browse through the files in the Stages web-application.
  
-> upload.service+> upload.service ** + **
  
   * __Default Value__: CopyService   * __Default Value__: CopyService
Line 105: Line 97:
   * __Description__: You may enter the SharePoint username for the Stages system account here instead of the corresponding field Username in the cms profile. If both values exist, the username from the cms profile is preferred.   * __Description__: You may enter the SharePoint username for the Stages system account here instead of the corresponding field Username in the cms profile. If both values exist, the username from the cms profile is preferred.
  
-> password+> password ** # **
  
   * __Description__: You may enter the SharePoint password for the Stages system account here instead of the corresponding field Password in the cms profile. If both values exist, the password from the cms profile is preferred.   * __Description__: You may enter the SharePoint password for the Stages system account here instead of the corresponding field Password in the cms profile. If both values exist, the password from the cms profile is preferred.