Each instance is running on a different port so specifying the port might be all you need.
http://domain.com:8301/somepage.cfm (instance 1) http://domain.com:8302/somepage.cfm (instance 2) etc... This of course assumes there is no firewall blocking access to those ports. If so, and the task is just a utility that only you or the app will access (scheduled task or something) you could try by serverIP or serverName to avoid external firewall rules. http://servername:8301/etc... .:.:.:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com -----Original Message----- From: Svetlin Roussev [mailto:[email protected]] Sent: Tuesday, July 06, 2010 10:25 AM To: cf-talk Subject: Target particular instance Hi, in my current set up I am in a cluster environment and I have few CF instances. Is there a way in this cluster environment to target particular instance? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:335125 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

