CA Datacom Server uses a standard Java properties 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 an equal sign (=). Comments can be included by prefacing them with a pound sign or number sign (#).
The properties file can include JDBC driver and JDBC Proxy options that previously could be specified only in the configuration file. This allows Java options to be specified in a consistent format on all platforms, including those where the native methods are not implemented. Note that, because the native methods do not use Java properties files, options that they use must be specified in the registry.
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 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 properties file is installed in the product installation directory.
|
Copyright © 2015 CA Technologies.
All rights reserved.
|
|