Distributed Mode - Instance to Many Sites (CF 11 and IIS 8.5)
Just got over a huge hump in out new server configuration and got Distributed Mode set up.
In IIS, site goes to CF 11 Server, but the CF server is set to use {cf_home}/wwwroot as the default root directory for pages.
We are working towards the locked down recommendations, that have the web sites on another partition and we host multiple clients on one instance of CF. So that is the issue, not sure how we need to tweak the set up so that as IIS passes the requests over ports to CF server to go to the correct web code base.
Let me attempt to illistrat:
Web Server ColdFusion Server Code base on CF server
IIS/Site1 InstanceA P:\websites\Site1
IIS/Site2 InstanceA P:\websites\Site2
IIS/Site3 InstanceB P:\websites\Site3
IIS/Site4 InstanceB P:\websites\Site4
I would think that having to write a connector for each site seems a bit much, but if that is the way it is done then that is the way it is done. just seems to me that CF server should know which IIS site this request came from other than port, maybe IP that than can be directed to the correct code base.
BUT again, I don't know thus the reason for asking here. Any suggested are welcome and thank you.
