The Bootstrap.properties file is used to specify database settings and other server side properties including date format and separator.
ID | Value | Details |
---|---|---|
curam.environment.default.dateseparator | , or / or. or - | Overrides the default date separator |
curam.environment.default.dateformat | M d yyyy or d M yyyy etc. | Overrides the default date display pattern |
curam.DMX.locale | en_US or en_GB etc. | Sets the database locale |
This property must be set to a valid locale, i.e. in the format language_Country, where language is mandatory and country is optional. For example,curam.DMX.locale=en_US
If this property is not set, the infrastructure will fall back on the en locale.
Type | Value |
---|---|
Setting | Bootstrap.properties settings |
Setting Type | Override String values |
Path | \EJBServer\project\properties |
Filename | Bootstrap.properties |