UIConfig.properties

The config/UIconfig.properties file contains the several properties that affect the IVIG Service Center interface.

UIConfig.properties

password.change.pollingTime

Specifies in milliseconds the time to wait before checking whether the expired password change request is processed. A value that is less than 0 is invalid.

Example (default):

password.change.pollingTime=1000
password.change.pollingIterations

Specifies the maximum number of times that the server checks whether the password change is processed. A value that is less than 1 is invalid.

Example (default):

password.change.pollingIterations=5
isim.ui.rtlLocales

A comma-separated list of right-to-left locales. The default values are ARABIC(ar) and HEBREW(iw).

Example (default):

isim.ui.rtlLocales=ar,iw
property.refresh.interval.seconds

Defines how frequently the IVIG Service Center server refreshes the value of properties by reading the UIConfig.properties file to pick up new values for the changed properties. A user can change this property even while the IVIG Service Center server is running. A user does not need to restart the server to pick up the changes.

Example (default):

property.refresh.interval.seconds=300
LOGO_IMAGE

Specifies the file name in custom/ui/images directory that displays the company logo image.

Example:

LOGO_IMAGE=companyLogo.png