Configuring the Core Engine Properties

List of Core Engine Properties for Rendezvous communication with Apache module.

You must set the following properties for the Core Engine to receive the requests from the Apache module.

To set or edit the properties, follow these steps:

Procedure

  1. Navigate to the ASG_CONFIG_HOME directory.
  2. Open the asg.properties file in a text editor.
  3. Set or edit the properties as described in the Core Engine Properties table:
    Core Engine Properties
    Property Description
    tibco.clientVar.ASG/modRV/facade_request
    • Specifies the subject name used by the Rendezvous daemon to listen the requests from the Apache module. The Core Engine listens to the requests on the same subject.
      • This property value must match the subject value specified in the Apache module configuration file (mod_ASG.conf) for Apache server.
      • This property value must match the subject value specified for the rvrd configuration.
    • The default value is: MachineName.asg.north.request
    tibco.clientVar.ASG/modRV/RvDaemon
    • Specifies the value of the Rendezvous daemon for the Core Engine to connect and listen for the requests from the Apache module.
      • This property value should match the listen port value given for the command to start the rvrd daemon on the machine where the Core Engine runs.

        For example,

        Set this property value to 7502 for the following command used to start the rvrd daemon:

        rvrd –store rvrd.store –http 3500 –listen 7502

      • This property value must be different from the listen port value given for the command to start the rvsrd daemon on the machine where the Apache server runs.
    • The default value is: 7500.
    tibco.clientVar.ASG/modRV/RvNetwork Specifies the value of the Rendezvous network for the Core Engine to connect and listen for the requests from the Apache module.

    This property value must match the network value specified in the Apache module configuration file for Apache server. See Setting up and Configuring Apache Module.

    For example, the value can be specified as:

    ;239.1.1.11

    tibco.clientVar.ASG/modRV/RvService Specifies the value of the Rendezvous service for the Core Engine to connect and listen for the requests from the Apache module.

    For example, 2222.

  4. Save the changes to the file.