James Buckingham wrote: > We've got two load-balanced Windows 2003 servers, each with one cluster > holding two instances each.
Are the instances only connected to a webserver, or are they accessible through their own buildin webserver too? > The only way I can see I can do this is to create a checklist of all the > instances present on a server and keep sending CFHTTP requests through the > domain telling it to update the server config. The request then returns the > name of the instance which just processed that request and my code "ticks it > off" the list to say that one has been updated. It then loops through it > again until all the instances on the list have been done. > > I'd rather be able to say "Update the configruation of the instance(s) on > port 8301 of IP address xx.xx.xx.xx. Then repeat this process for port 8302 > on the same one. It would be tidier and less of an overhead. You have to make sure that the individual instances are accessible through their own webserver. Then you need a list of all instances and you just cfhttp to each instance. Jochem ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Upgrade to Adobe ColdFusion MX7 The most significant release in over 10 years. Upgrade & see new features. http://www.adobe.com/products/coldfusion?sdid=RVJR Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:277275 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

