How do you know for sure that requests are not going to the other two
instances on the second server? Remember, if you are using ColdFusion's
clustering, your web server (IIS) on the second server will not get any
traffic - Java clustering goes between JVMs and foregoes the all the web
servers.

Your web traffic comes in via one web server, passes to Java, then the
cluster manager decides which ColdFusion instance to run the request on.
You would have better luck checking for traffic based on the CF server
manager or memory usage on the other server.

Of course, I suppose it's possible the other clustered instances really
aren't getting any traffic. Remove them and re-add them, or reboot the 2nd
server. Maybe even the first for that matter.

nathan strutz
[www.dopefly.com] [hi.im/nathanstrutz] [about.me/nathanstrutz]


On Mon, Mar 12, 2012 at 7:49 AM, brad f <[email protected]> wrote:

>
> I have two Windows 2008 R2 boxes, one running 4 CF instances and the other
> running two. I have created a cluster with all six instances. My problem is
> that Coldfusion never sends request to the second server.
>
> I had this running for many years on 2003 servers but for some reason i
> cannot get this setup to work. Any ideas?
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:350371
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to