The CA Datacom Server JDBC Driver uses a standard Java property file for configuration information on all platforms. A Java properties file is a text file where each property consists of a key name and value, separated by the equal sign (=). Comments can be included by prefacing them with a pound sign or number sign (#) character.
A sample properties file is installed in the product installation directory. This sample contains all of the options that can be coded with their default value, where appropriate. If there is no default, the line has a comment character prefacing it denoting a comment.
Note: On all platforms, including USS, the properties file contains ASCII data. You must use an ASCII editor to edit or update this file. For USS, the TSO Edit Entry Panel allows editing of z/OS UNIX (HFS) files in the "Other Partitioned, Sequential or VSAM Data Set, or z/OS UNIX file:" field. Be sure to select the "Edit ASCII data" option when the file is opened
The properties file can include both JDBC driver and JDBC Proxy options. This allows Java options to be specified in a consistent format on all platforms, including those where the Proprietary interface is not implemented.
The default name of the properties file is cadatacom.properties. You can override this name by specifying a system property, ca.datacom.properties=filename. The Java class loader loads the file using the same rules for loading classes, so the properties file must be located in a directory included in the CLASSPATH. If more than one properties file exists, the first one found in the CLASSPATH directory list is loaded. A sample cadatacom.properties file is installed in the product installation directory/folder.
|
Copyright © 2015 CA Technologies.
All rights reserved.
|
|