Previous Topic: Configuring the JDBC ServerNext Topic: Log and Trace Options


Server Options

Port

Specify the TCP/IP port which the JDBC server uses to listen for connection requests. JDBC applications should specify this value in the Uniform Resource Locator (URL) that identifies the database. The default is 3709.

Note: For information about the URL recognized by the JDBC driver, see the "JDBC Programmer Reference" appendix.

Wait Timeout

The number of seconds the JDBC server waits for a request from the JDBC driver. When this value is exceeded, the JDBC server considers the connection to have failed. The default setting, 0, causes the JDBC server to wait indefinitely.

Reply Timeout

Specifies the number of seconds the JDBC server waits for a response from CA IDMS. When this value is exceeded, the JDBC server considers the connection to have failed. The default setting, 0, causes the JDBC server to wait indefinitely.