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
72:dimensions_config_global [2018/07/25 18:33] – [Global CMS Properties] bkkr72:dimensions_config_global [2018/08/03 15:26] – [Global CMS Properties] bkkr
Line 5: Line 5:
 These following properties influence the general behavior of the Dimensions interface. The default values of the properties will be used if they are not explicitly defined and overwritten in the Dimensions cms-type section. These following properties influence the general behavior of the Dimensions interface. The default values of the properties will be used if they are not explicitly defined and overwritten in the Dimensions cms-type section.
  
-^Property Name^Default Value^Description| +**connection.pool.size**
-|connection.pool.size|15|The maximum number of open Dimensions connections that will be kept by Stages in its connection pool.| +
-| ::: | ::: |**Attention**: Before increasing this value please consider that each open connection results in one running process on the Dimensions server.| +
-|connection.timeout|120000|The time in milliseconds after which and idle connection will be closed.| +
-|validatePath| |A regular expression pattern that defines which characters are allowed at which positions of a file path entered in the Stages GUI. A pattern which works in most configurations can be found in the default configuration file.|+
  
-\\+   * Default value: 15 
 +  * Description:  The maximum number of open Dimensions connections that will be kept by Stages in its connection pool. 
 +  * //Attention: Before increasing this value please consider that each open connection results in one running process on the Dimensions server.// 
 +**connection.timeout** 
 + 
 +  * Default value: 120000 
 +  * Description: The time in milliseconds after which an idle connection will be closed. 
 + 
 +**validatePath** 
 + 
 +  * Default value: N/A 
 +  * Description: A regular expression pattern that defines which characters are allowed at which positions of a file path entered in Stages GUI. A pattern which works in most configurations can be found in the default configuration file. 
 +      * //The following pattern is recommended for most configurations: // ^[^\\/*?<>\"]+([\\/][^\\/:*?<>\"]+)*[\\/]?
 +**validateFilename** 
 + 
 +  * Default value: 
 +  * Description: A regular expression pattern that defines which characters are allowed at which positions of a file path entered in the Stages GUI. 
 +      * //The following pattern is recommended for most configurations: ^[^\\/:*?<>\"]+$//