On 7/11/06, Rick Root <[EMAIL PROTECTED]> wrote: > I'm about to do my first coldfusion install without doing the standalone > server.. we've decided to go with the multi-server setup, but I'm > confused about how that works with a single web server (IIS 7) and > multiple web sites. > > How do you configure different web sites to use different instances of > Coldfusion? Can you configure different PARTS of a single web site to > use different instances of Coldfusion?
jruninstalldir\bin\wsconfig is your friend. You can setup virtual directories to use instances of CF, its not straight forward though. I usually create the CF instance, create a dummy IIS site, use wsconfig to map it to the CF instance, creat a virtual of the directory under a site, add the jrunscripts mapping to it as it is set in the dummy IIS site, remove the IIS dummy site. Yeah, maintenance hell ahead! This is why I never do this. Some of these things are covered unedr JRun docs. There's a cf-server list too on house of fusion. I'd play with this extensively on a trash box until you get it down, then go to town on the prod box. DK > > (CFMX 7 Enterprise, Windows Server 2003) > > Rick > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/cf_lists/message.cfm/forumid:4/messageid:246142 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

