Property files
This section lists the *.properties files used to configure IDM. Apart from the boot.properties file, these files are located in your project’s conf/ directory. This section does not include the *.properties files associated with ICF connectors.
|
After making changes to any |
boot.properties
The boot.properties file is the property resolver file used for property substitution, and it is located in the /path/to/openidm/resolver directory. This file lets you set variables used in other configuration files, including config.properties and system.properties.
config.properties
The config.properties
file is used for two purposes:
-
To set OSGi bundle properties.
-
To set Apache Felix properties.
Learn more about Apache Felix Framework Configuration Properties.
system.properties
The system.properties file is used to bootstrap java system properties such as:
-
Jetty log settings, based on the Jetty container bundled with IDM. IDM bundles Jetty version 12.0.25.
-
Quartz updates, as described in Quartz Best Practices documentation.
org.terracotta.quartz -
A common transaction ID, as described in Configure the audit service.