Identity Manager supports several database types from different vendors. The standard Identity Manager installation includes an H2 database for demo and testing purposes. For a production system, it is recommended to use another database, since the H2 database is not suitable for productive operation. The database connection is managed via JDBC. The available functionality includes the relevant JDBC database drivers for the databases that are supported by Identity Manager. The database type and the connection data have to be configured in the file database.properties , The configuration must be done separately for each Identity Manager client.
Note |
---|
In a production environment, different databases are normally used for Identity Manager Operator and Identity Manager Admin. That means that the different database.properties files contain different configurations. |
To configure the database type and connection data:
- For Identity Manager Admin:
- Open this file in a text editor:
<PathToTomcat>/webapps/prime_designer/WEB-INF/classes/database.properties - Configure the parameters for your database for Identity Manager Admin.
For more information on the available parameters and examples, see section "Database properties file".
For Identity Manager Operator: - Open this file in a text editor:
<PathToTomcat>/webapps/prime_explorer/WEB-INF/classes/database.properties - Configure the parameters for your database for Identity Manager Operator.
For more information on the available parameters and examples, see section "Database properties file".
For Identity Manager Tenant: - Open this file in a text editor:
<PathToTomcat>/webapps/prime_tenant/WEB-INF/classes/database.properties - Configure the parameters for your database for Identity Manager Tenant.
For more information on the available parameters and examples, see section "Database properties file".
- Restart Tomcat to establish the database connection.
|