Hi,
I have installed CF10 Enterprise with 2 instances running with the build-in web server: cfusion, instance2.
Both of them run fine in the ports 8500 and 8501.
I have created a default cluster configuration with the name of myCluster, with the two instances and Sticky Sesssions.
I have run the web server configuration and attached it to a default apache install.
Everything is on the same machine (windows).
Now I want to user the load balancer feature, but I am lost in this part. I read the documentation but still..
Questions:
What is the URL address of my cluster to use in the browser? or this is not like that..
currently my http://localhost resolve only to the example page of apache. If I use the ports 8500 or 8501 they go to the instance ok.
I should have something like http://myclusterURL that would redirect to the right instance using the load balancer,or not?
Do I need to user apache to host the cluster and instances?
May be a virtual host for each one, but I am also a little new this part, if someone can provide an example would be great.
Later, if this works, I want to move it to amazon ec2 with load balancer as well.
Thanks a lot!