

Set Up a Load Balancer for Orchestrator Clustering › Apache Load Balancer › Apache Load Balancer Configuration on Windows › Basic Configuration (Windows) › Configure Basic Communication
Configure Basic Communication
You can configure a load balancer for basic communication with the nodes of the Domain Orchestrator or other Orchestrator.
Follow these steps:
- Navigate to the following folder:
apache_install_dir\conf
This folder contains worker.properties and mod-jk.conf.
- Open the workers.properties file.
- Add the first node by defining node1 that begins with the following line:
worker.node1.host=<Enter node1 hostname here>
- From this line, replace the Enter node1 hostname here placeholder for worker.node1.host with the valid value.
Note: The valid values are the IP address, the FQDN, or the DNS alias that resolves to the host where you are installing the initial Domain Orchestrator node. The valid value is the same value that is used for “Server Host” when installing the Domain Orchestrator.
- Save and close the worker.properties file.
- Open the mod-jk.conf file.
- Uncomment the following line:
# JkMountFile conf/uriworkermap.properties
- Save and close the mod-jk.conf file.
- Open the httpd.conf file.
- Add the following entry at the end of httpd.conf file:
#Load balancing module
Include conf/mod-jk.conf
- Save and close the httpd.conf file.
Copyright © 2014 CA.
All rights reserved.
 
|
|