The JDBC server can be customized with settings in the [Proxy] section of the configuration file as described in the "Configuration File Information" appendix. The following options are often specified on z/OS:
Forces the JDBC server to listen for connection requests on a specific TCP/IP stack. This is not needed when the host has only one stack.
Specifies the correct port in the URL by client applications if the port is changed from the default (3709).
Specifies the default platform encoding (CP1047) on z/OS OMVS. CP037 is a standard IBM encoding supported by the Sun and IBM Java implementations and is the default set in the configuration file when the product is installed. The JDBC driver includes built-in support for these encodings. Other mainframe character converter classes may not be available on all platforms. Since character conversion can be offloaded to the client when the character conversion classes are available, performance may be improved by specifying an encoding that can be done on the client.
(Recommended) Specifies how long the JDBC server waits for the next request from a connected client.
|
Copyright © 2009 CA.
All rights reserved.
|
|