Note: | Typically, you will use the Settings > Extended screen from the Integration Server Administrator to update this file, but there might be times when you need to edit the file directly using a text editor. If you edit the file directly, you should first shut down the Integration Server before updating the file. After you make the changes, restart the server. |
This parameter... | Specifies... |
watt.server.db.connectionCache | How the server manages connections to a database. ![]() ![]() Although enabling database connection pooling creates a pool for each database defined to your server, you can control the characteristics of each pool individually by using the Edit Alias Information screen of the Integration Server Administrator. For more information, see
Enabling Database Connection Pooling. |
watt.server.jdbc.defaultDriver | The name of the Java class for the driver you want to use to connect to databases when no driver name is supplied for a database alias. For more information, see
Identifying Database Aliases. |
watt.server.jdbc.driverList | A comma-delimited list of JDBC drivers you want the server to load when it initializes. There is no default. For more information, see Preloading JDBC Drivers at Server
Initialization. |