Rational Developer for System z, Version 7.6

Creating a properties configuration file

The properties configuration file defines the locations of the system property group and default values files.
To define the properties configuration file, do these steps:
  1. Create a file called propertiescfg.properties in the installation directory, /usr/lpp/rdz of the remote system. The root configuration file must be encoded in EBCDIC.
    Tip: Copy propertiescfg.properties from the installation directory to the same customization directory where rsed.envvars resides to avoid overwriting it when applying maintenance. In the samples used in the Rational® Developer for System z® Host Configuration Guide, the customization directory is /etc/rdz.
  2. Include the following key=value parameters. Change the DEFAULT-VALUES and PROPERTY-GROUP parameters to point to the base directory for the other property group definition files. The default value is /var/rdz/properties.
    #
    # Specify the location of the host-based
    # project definition files
    #
    RDZ-VERSION=7.5.0.0
    ENABLED=TRUE
    DEFAULT-VALUES=/var/rdz/properties
    PROPERTY-GROUP=/var/rdz/properties
    RDZ-VERSION
    Leave this parameter as shown.
    ENABLED
    Specify TRUE to enable default and system properties or FALSE to disable them.
    DEFAULT-VALUES
    Specify the location of the default values file. See the related topics for more information on creating this file.
    PROPERTY-GROUP
    Specify the location of the system property group file. See the related topics for more information on creating this file.

Terms of use | Feedback

This information center is powered by Eclipse technology. (http://www.eclipse.org)