> We have a number of applications running on one instance of CF9, coming > through three IIS v6 Web Sites (host headers separate the requests which > are to three different Fully Qualified Domain Names(FQDNs)). > > As I understand, with the Web Server Configuration Tool I'm mapping one or > more IIS Web Sites to one and only one CF instance. > > So if we move the high-resource app from its current CF instance to a new > instance, I need to do something so the IIS Web Site knows which CF > instance to send the request. But if the IIS Web Site is mapped to only one > CF instance, I can't do that. > > Our customer would like the URL (FQDN and directories) to remain the same.
You'll have to run the Web Server Configuration tool (wsconfig) to disconnect your IIS virtual server from the existing CF instance, and connect it to the new CF instance. Nothing else needs to change in IIS, including URLs. It's possible that you currently have your existing instance connected using the "All web sites" option with IIS, in which case you'll need to use wsconfig to delete that configuration and create individual connections for each IIS virtual server. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on GSA Schedule, and provides the highest caliber vendor-authorized instruction at our training centers, online, or onsite. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:355042 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

