> You can configure a single CF instance to service all of your sites > using the Web Server Configuration Tool. If you want to have > something > in between one CF instance for all IIS sites and one CF instance for > each IIS site, you'll have to do this configuration manually - run > the > Web Server Configuration Tool to hook up one CF instance to one IIS > site, then make the same changes in the other IIS sites using the IIS > management console. >
Well, here is the situation I am encountering. I have site_a with a wwwroot\index.cfm file. I find that I have to have index.cfm in the instance root of the external CF server for it to serve. I also have site_b with a wwwroot\index.cfm (a different index.cfm). Obviously I can't have two index.cfm files in the same CF instance root folder. Both sites are configured to use the external server. Whether I go to http://site_a/index.cfm or http://site_B/index.cfm, the index.cfm file one in the CF instance root on the external CF server is the one that gets serve, which is a problem because these two sites have different applications/content. So I think I am missing something somewhere. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-server/message.cfm/messageid:6949 Subscription: http://www.houseoffusion.com/groups/cf-server/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-server/unsubscribe.cfm
