Yep, you have to use the wsconfig and connect the instance to at least one site to get the connector, but that is mentioned in my blog post.
-----Original Message----- From: Douglas Knudsen [mailto:[EMAIL PROTECTED] Sent: 11 July 2006 22:04 To: CF-Talk Subject: Re: CF install in a multi-server setup ugh, when you create a new CF instance, the lib\wsconfig directory entry for it does not exist until you employ the use of wsconfig. I'll also note that use of wsconfig sets up connector logging, something you may want to know about at the individual site/vd level. A host with a gazillion sites maynot worry about this though, eh? DK On 7/11/06, Snake <[EMAIL PROTECTED]> wrote: > A lot of work when you can do it directly with IIS. > > Right click Edit any folder in the IIS MMC. > Create an application name > Click configuration > Edit the wildcard mapping > Change from > > C:\JRun4\lib\wsconfig\1\jrun_iis6_wildcard.dll > To > > C:\JRun4\lib\wsconfig\2\jrun_iis6_wildcard.dll > > Snake > > -----Original Message----- > From: Douglas Knudsen [mailto:[EMAIL PROTECTED] > Sent: 11 July 2006 18:20 > To: CF-Talk > Subject: Re: CF install in a multi-server setup > > 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:246199 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

