Editing the Discover URL and Listen URL (using text editor)

To edit the discover URL and listen URL.

Procedure

  1. Open the ASG_HOME/bin/asg_core.cdd file for editing.
  2. Edit the following properties and set the value to the actual IP address of the machine, and an unused port.

    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-*/"/>

  1. Save the file.