The instances
directory contains all the configuration files, customizations and data files of the H2 database of all the IAM instances. This article provides more information on the structure and content of the instances
directory and explains how to create new or delete existing instances. For a detailed overview of all the files that are available for configuration and parametrization after installing Airlock IAM, see Configuration files.
- The
instances
directory contains the following sub-directories: <instance-name>/
: Data and configuration specific to this instance. Theinstances/
directory will contain an<instance-name>/
directory for each IAM instance in your setup.common/
: Data and configuration shared by all instances.
Section Content of an instance directory lists the directories that are part of the <instance-name>/
directory, section Content of the common directory the directories located in the common/
directory.
Some directories can be part of both an <instance-name>/
directory and the common/
directory, e.g., the adminapp-texts
directory containing language-specific customization files for the Adminapp UI. The content of such directories applies to either one specific instance or to all instances, depending on the directory's location. These directories are listed in section Content of both the common and instance directory.
Override mechanism
The override mechanism between the default configuration files, and the customization files in the common/
directory and in the <instance-name>/
directories is as follows: Common customization files applying to all instances overwrite the original configuration files, whereas instance-specific customization files in turn overwrite the common customization files.