Previous Topic: JDBC Proxy on USSNext Topic: Data Source Definitions on USS


Configure Applications to Use Server on USS

JDBC-enabled applications running on z/OS must be able to find the CA Datacom Server executable files, which include both Java classes and native DLLs. The PATH, LIBPATH, and CLASSPATH environment variables provide this information.

JDBC-enabled applets and applications running on other platforms need only the JDBC driver. The native DLLs are not used on the remote system. The JDBC driver, cadcjdbc.jar, can be downloaded from the web server with the applet, or can be installed in a directory named in the CLASSPATH environment variable on the remote system.

You can specify settings used by the JDBC driver and JDBC Proxy in the cadatacom.properties file, which has the same format on all platforms. This includes many settings in the Options section, and all settings in the Proxy section. Options used by the native libraries must be specified in the configuration file.

For an applet to use the JDBC driver, the classes must be accessible to web pages accessed from the web server. These classes are installed in a standard Java archive file, cadcjdbc.jar. The subdirectory containing this file should be defined to the web server. For the IBM HTTP server, an entry similar to the following can be added to the httpd.conf file:

pass /datacomdir /datacomdir/lib

More information:

DriverPropertyInfo

Server and the z/OS Environment