Barney Boisvert wrote: > I've always used rsync to deploy stuff. It's fast and easy, and since > it's all command-line driven it's easy to integrate with pretty much > any automation framework you might have. Just a matter of looping > over your server list and rsyncing to each one.
I would do it the other way around, have the server be the one doing the checking, then you don't have to keep a list. If the setup is the same on all of the servers you can add and remove web front-ends at will and know* that all of them will always be up to date. -Justin * Assuming you have monitoring in place independent of the deployment method that makes sure the local copy is up-to-date and notifies you otherwise. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:320481 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

