Dimensions Configuration

Global CMS Properties

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.

connection.pool.size

  • 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: N/A
  • 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: ^[^\\/:*?<>\“]+$