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
- Navigate to the ASG_CONFIG_HOME directory.
- Open the asg.properties file in a text editor.
-
Set or edit the properties as described in the
Core Engine Properties table:
Core Engine Properties Property Description tibco.clientVar.ASG/modRV/facade_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.
- 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.
- 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.
- Specifies the value of the Rendezvous daemon for the Core Engine to connect and listen for the requests from the Apache module.
- Save the changes to the file.
Copyright © Cloud Software Group, Inc. All rights reserved.