This content has been marked as final.
Show 2 replies
-
1. Re: CF10 cluster: isolate instance via URL?
sdsinc_pmascari Aug 4, 2014 7:09 AM (in response to GuitsBoy)If I'm understanding you correctly....
You could edit your HOSTS file and map a URL specific to your scheduled tasks instance. For example, in your HOSTS file an entry like:
# Map scheduled tasks URL to Instance 1
192.0.0.1 schedtasks.serverinstance1.com
Where the IP address is the specific instance for your tasks and should bypass your load balancer.
-
2. Re: CF10 cluster: isolate instance via URL?
GuitsBoy Aug 4, 2014 7:27 AM (in response to sdsinc_pmascari)Thanks for the reply, but I was referring to Application Server level load balancing, not the physical load balancer in front of the physical servers. Calling localhost effectively does what you propose, taking the physical LB out of the equation. I was looking for a way to isolate the specific instance when running CF with multiple instances configured in a CF cluster.
