Gigaspaces loadbalancer configuration with apache httpd server
As per this link I was configured the gigaspaces with appache httpd server.
Here the apache-lb-agent.bat file is generating conf file under the <apache_home_dir>/conf/gigaspaces and the batch script is running without any error.
But while am trying to access the deployed PU from the load balancer (like : localhost/<appname>) I am getting error message as file not found.
Finally I came to know the “httpd.conf” file is don`t have any references about generated proxy configurations , so I copied those configurations to httpd.conf file after that it was working.
Is it a way to configure the gigaspaces load balancer ?
If no, How can i do this without any manual configurations in httpd.conf?
My Environment Details are: XAP - 9.1 Appache Server - Apache2.2
Thanks in advance !