Rendezvous Session Connection Parameters for Core Engine

List of Rendezvous session connection parameters for the Core Engine.

This section lists the properties required for the Core Engine to listen to the messages from the Apache module using Rendezvous daemon. The properties are defined in the ASG_CONFIG_HOME/asg.properties file.

To set or edit the properties, follow these steps:

Procedure

  1. Navigate to the ASG_CONFIG_HOME directory.
  2. Open asg.properties file in a text editor.
  3. Set the following properties:

Rendezvous Session Parameters for Apache Module and Core Engine Communication
Parameter Description
tibco.clientVar.ASG/modRV/facade_request Specifies the subject name used by the Rendezvous daemon to listen to the requests from 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. The default value is: _LOCAL.asg.north.request
tibco.clientVar.ASG/modRV/RvDaemon Specifies the value of Rendezvous daemon for the Core Engine to connect and listen for the requests from the Apache module. The default value is: tcp: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.

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. The default value is: 7500

  1. Save the changes to the file.