The settings.properties file

The settings.properties file configures default settings for your Performance Dashboard. It has the following content:

passwordTokenValidTime=140

sessionPingTime=120

connectionGCTimeout=300

urlCharSetConversion=TRUE

defaultLocale=en

The following overview describes the keys and their meaning. All times are specified in seconds.

Key

Description

passwordTokenValidTime

Validity period of password token

sessionPingTime

Time interval at which the Web application server is pinged This prevents the session from expiring during lengthy editing of dashboards in Dashboard Builder.

connectionGCTimeout

Time after which a connection that is no longer required is removed from the Web application server runtime environment

urlCharSetConversion

Constant value true Not to be changed.

defaultLocale

Language for the dashboard start page

If the language specified by the defaultLocale key does not appear in the definition file of the dashboard called up, the language found in the first description element of the corresponding dashboard definition (pcdefinition XML element in the _def file) will be used.