
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:
Possible values:
|
0 |
|
rdbms.connection |
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