Configuration Manager
The Configuration Manager enables J2EE Engine modules to store and access data from a relational database management system (RDBMS). It provides properties for configuring a database connection.
This component runs on both dispatchers and servers.
Dispatcher
Property |
Description |
Default Value |
SAP_J2EE_Engine_Version |
|
|
call.trace.level |
Stores the following: · Modified configurations, commit duration, and caller stack trace for each commit. To retrieve statistics data, use the CALL_TRACE shell command in the CONFIGURATION group. · Caller stack trace for each thread taking a connection from the internal database connection pool. In case of a deadlock on the connection pool, the Configuration Manager dumps complete information traces to the log file. Possible values: · 0 – switched off. · 1 – switched on. |
0 |
The name of the secured property entry where the database connection settings are stored. |
Depends on the settings made at installation |
|
rdbms.driverLocation |
The location of the driver archive file in the file system. |
Depends on the settings made at installation |
rdbms.initial_connections |
The database connections that are initially established and stored in a connection pool to be used by request. |
1 |
rdbms.maximum_connections |
The maximum number of connections that can be established to the database simultaneously |
5 |
secstorefs.keyfile |
The location of the file that contains the secret key used for encryption of the data for the default database connection. |
Depends on the settings made at installation |
secstorefs.lib |
The location of the libraries used by the J2EE Engine to encrypt the data. |
Depends on the settings made at installation |
secstorefs.secfile |
The location of the file that contains the encrypted data for the default database connection. |
Depends on the settings made at installation |
system.name |
The name of the J2EE Engine system, such as C11. |
Depends on the settings made at installation |
Server
Property |
Description |
Default Value |
SAP_J2EE_Engine_Version |
|
|
call.trace.level |
See above |
0 |
rdbms.connection |
See above |
Depends on the settings made at installation |
rdbms.driverLocation |
See above |
Depends on the settings made at installation |
rdbms.initial_connections |
See above |
1 |
rdbms.maximum_connections |
See above |
5 |
secstorefs.keyfile |
See above |
Depends on the settings made at installation |
secstorefs.lib |
See above |
Depends on the settings made at installation |
secstorefs.secfile |
See above |
Depends on the settings made at installation |
system.name |
See above |
Depends on the settings made at installation |
See also:
Configuration Manager in the Administration Manual