RE: CF install in a multi-server setup

2006-07-11 Thread Dave Watts
> As he is talking about multi-server mode, I would presume > that he doesn't want global settings but wants to set them > per site/per instance, thus why he needs to edit those > mappings to use a different connector. I think that's the case for the original poster, but not for Douglas Knudson

RE: CF install in a multi-server setup

2006-07-11 Thread Snake
July 2006 00:04 To: CF-Talk Subject: RE: CF install in a multi-server setup > IIS5 does not have the wildcard mappings, only regular mappings, so > you need to edit each one individually. In IIS 5 you can set ISAPI filters, extensions, etc in the Global Web Site settings, and they w

RE: CF install in a multi-server setup

2006-07-11 Thread Dave Watts
> IIS5 does not have the wildcard mappings, only regular > mappings, so you need to edit each one individually. In IIS 5 you can set ISAPI filters, extensions, etc in the Global Web Site settings, and they will then be inherited by any new site you create. This doesn't have anything to do with IS

RE: CF install in a multi-server setup

2006-07-11 Thread Dave Watts
> 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. Actually, you can extract the connector files directly from wsconfig.jar, then configure your web server appropriately, if you like. There's usually

RE: CF install in a multi-server setup

2006-07-11 Thread Snake
6_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

RE: CF install in a multi-server setup

2006-07-11 Thread Snake
ng > 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 > Su

Re: CF install in a multi-server setup

2006-07-11 Thread Rob Wilkerson
s6_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 Ro

Re: CF install in a multi-server setup

2006-07-11 Thread Douglas Knudsen
gt; -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 coldfu

Re: CF install in a multi-server setup

2006-07-11 Thread Douglas Knudsen
gt; 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 > Su

RE: CF install in a multi-server setup

2006-07-11 Thread 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 > standalo

Re: CF install in a multi-server setup

2006-07-11 Thread Douglas Knudsen
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 c

Re: CF install in a multi-server setup

2006-07-11 Thread Rob Wilkerson
To remove any complexity at the start, here's a quick high-level look at the process that I like to use: 1. Install CF in multiserver mode. During this process CF will ask you to configure your webserver. Don't configure IIS globally, but instead choose only the virtual site that will house you

RE: CF install in a multi-server setup

2006-07-11 Thread Dave Watts
> I believe you use the web server configuration utility > wsconfig (also runs automatically as part of the install) to > configure individual iis sites for this instance of CF. > There was also a discussion on how to do it for apache > (involves some handcoding instead of wsconfig). > > I

RE: CF install in a multi-server setup

2006-07-11 Thread Snake
Have a look at the post I made a few days ago on this subject. http://russ.michaels.me.uk/index.cfm/2006/7/8/Creating-new-secure-instances- with-ColdFusion-MX7-multi-server Snake -Original Message- From: Rick Root [mailto:[EMAIL PROTECTED] Sent: 11 July 2006 14:42 To: CF-Talk Subject:

Re: CF install in a multi-server setup

2006-07-11 Thread Tom Chiverton
On Tuesday 11 July 2006 14:46, Russ wrote: > I don't think you can make different instances run different parts of the > site, unless you set up a separate IIS site and maybe use a different host > header or something. Or use some URL rewrite/proxy so that sub directories map to different servers

RE: CF install in a multi-server setup

2006-07-11 Thread Snake
Yes you can actually. In IIS, you can edit any file or folder and change the ISAPI filter to use a different connector. Snake -Original Message- From: Russ [mailto:[EMAIL PROTECTED] Sent: 11 July 2006 14:46 To: CF-Talk Subject: RE: CF install in a multi-server setup I believe you use

RE: CF install in a multi-server setup

2006-07-11 Thread Russ
I believe you use the web server configuration utility wsconfig (also runs automatically as part of the install) to configure individual iis sites for this instance of CF. There was also a discussion on how to do it for apache (involves some handcoding instead of wsconfig). I don't think you ca