Using Text Editor

Procedure

  1. Open the CDD file (for example, ASG_HOME/bin/asg_core.cdd) file in a text editor.
  2. Edit the file, as needed. For example, you can set the following cluster properties to the actual IP address of the machine, and an unused port as follows:

    For example:

       <property name="be.engine.cluster.as.discover.url"    value="tcp://127.0.0.1:6000/"/>

       <property name="be.engine.cluster.as.listen.url"    value="tcp://127.0.0.1:6000-*/"/>

  3. Save the file.