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
Last revisionBoth sides next revision
72:sharepoint_config_global [2018/07/25 19:43] – [Global CMS Properties] bkkr72:sharepoint_config_global [2019/02/12 12:51] – [Global CMS Properties] etea
Line 3: Line 3:
 ====== Global CMS Properties ====== ====== Global CMS Properties ======
  
-These configuration properties affect the behavior of every integrated SharePoint server. The configuration of them needs to be done in the cms section of PKitConfig.xml.+These configuration properties affect the behavior of every integrated SharePoint server. The configuration of them needs to be done in the cms section of Config.xml.
  
 **Stages.server.url ** (required) **Stages.server.url ** (required)
Line 10: Line 10:
   * Description: The URL under which Stages is accessible.   * Description: The URL under which Stages is accessible.
  
-**http.authentication.hostname ** (required for NTLM authentication)+**http.authentication.hostname **  (required for NTLM authentication)
  
   * Default Value: N/A   * Default Value: N/A
Line 32: Line 32:
 **validatePath** **validatePath**
  
-  * Default Value: ^([^~&quot;#%&amp;*:&lt;&gt;?/\\{|}.]|[^~&quot;#%&amp;*:&lt;&gt;?/\\{|}.][^~&quot;#%&amp;*:&lt;&gt;?/\\{|}]*[^~&quot;#%&amp;*:&lt;&gt;?/\\{|}.])?([\\/]([^~&quot;#%&amp;*:&lt;&gt;?/\\{|}.]|[^~&quot;#%&amp;*:&lt;&gt;?/\\{|}.][^~&quot;#%&amp;*:&lt;&gt;?/\\{|}]*[^~&quot;#%&amp;*:&lt;&gt;?/\\{|}.]))*[\\/]?$+  * Default Value: ^([^~"#%&*:<>?/\\{|}.]|[^~"#%&*:<>?/\\{|}.][^~"#%&*:<>?/\\{|}]*[^~"#%&*:<>?/\\{|}.])?([\\/]([^~"#%&*:<>?/\\{|}.]|[^~"#%&*:<>?/\\{|}.][^~"#%&*:<>?/\\{|}]*[^~"#%&*:<>?/\\{|}.]))*[\\/]?$
   * Description: A regular expression pattern that should match the allowed strings for paths of SharePoint documents. Deviating paths are denied.   * Description: A regular expression pattern that should match the allowed strings for paths of SharePoint documents. Deviating paths are denied.
  
-**property name**+**validateFilename**
  
-  * Default Value: +  * Default Value: ^[^~"#%&*:<>?/\\{|}]+$ 
-  * Description:+  * Description: A regular expression pattern that should match the allowed strings for file names of SharePoint documents. Deviating file names are denied.
  
-**property name**+**http.max.connections**
  
-  * Default Value: +  * Default Value: 100 
-  * Description:+  * Description: The maximum number of simultaneous HTTP connections between Stages and SharePoint.
  
-**property name**+**http.connection.timeout**
  
-  * Default Value: +  * Default Value: 10000 
-  * Description:+  * Description: The timeout in milliseconds until a connection to the server has to be established.
  
-**property name**+**http.socket.timeout**
  
-  * Default Value: +  * Default Value: 90000 
-  * Description:+  * Description: The maximum time of inactivity (in milliseconds) until a server connection is considered dead and will be closed forcefully. This value should be higher than http.connection.pool.max.idle.
  
-**property name**+**http.connection.pool.max.idle**
  
-  * Default Value: +  * Default Value: 60000 
-  * Description:+  * Description: The maximum period of inactivity (in milliseconds) until a server connection will be closed automatically. For technical reasons the sum of http.connection.pool.max.idle and http.connection.resource.check.interval has to be lower than the keep-alive timeout of SharePoint's IIS site (default: 120s).
  
-**property name**+**http.connection.context.timeout**
  
-  * Default Value: +  * Default Value: 60000 
-  * Description:+  * Description: The maximum period of inactivity (in milliseconds) before an authentication context is considered obsolete and will be removed by the resource monitor.
  
-**property name**+**http.connection.resource.check.interval**
  
-  * Default Value: +  * Default Value: 10000 
-  * Description:+  * Description: The interval (in milliseconds) between two consecutive resource monitor runs which check for idle or expired connections and obsolete authentication contexts.