Configuration Files¶
AristaFlow BPM applications and services can be configured using files containing simple Property = Value
lines. The configuration files reside in the subdirectory conf
of each application and use .properties
as file ending.
The main configuration is always contained in a file ADEPT2.properties. Additional configuration files may exist. For all standard configuration files, there is an example file provided which also outlines the most important properties. The example file adds .dist
to the file.
For adjusting configuration values, the best practice is to simply copy the relevant .properties.dist
file to .properties
and uncomment (removing #
) and edit the required values. It is also ok to start with a blank file or keep only the actually changed properties in the file.
Hint
The configuration values will be used after restarting the application or service for which the configuration was changed.
A full list of all known configuration properties is provided in the subdirectory doc
for each application.