Here is the link to Brandon's article, in case anyone is wondering.  

http://www.macromedia.com/devnet/mx/coldfusion/articles/multi_instances.html


Cheers,
barneyb

> -----Original Message-----
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of Stephen Milligan
> Sent: Wednesday, May 26, 2004 2:05 PM
> To: [EMAIL PROTECTED]
> Subject: RE: [CFCDev] component extends object with relative path
> 
> 
> >Speaking of which, is it possible to connect a specific apache 
> >vhost to a specific JRun server, and a different apache vhost 
> >to a different JRun server?  The end result would be a single 
> >apache, that delegates different vhosts to different CF 
> >instances that all are at the "/" context root, because 
> >they're on different servers.  It's a snap with Tomcat, but I 
> >don't have a JRun install to test on.
> >
> 
> Yes, I run in this configuration all the time.
> 
> There is some good info on this from Brandon Purcell. I don't remember
> whether it's on his blog or on the Macromedia site.
> 
> The key things you need are the following 2 lines in your 
> apache config file
> for each vHost.
> 
> #CFMX Server Instance
> JRunConfig Serverstore "C:/JRun4/lib/wsconfig/vh1/jrunserver.store"
> JRunConfig Bootstrap 127.0.0.1:51000
> 
> Change the vh1 part of the ServerStore for each separate 
> instance you want
> Apache to delegate to
> Change the Bootstrap to the port number for the instance you 
> want for that
> vhost
> 
> There might be some other stuff, but that's all I need to 
> change when adding
> new hosts.
> 
> Spike

----------------------------------------------------------
You are subscribed to cfcdev. To unsubscribe, send an email
to [EMAIL PROTECTED] with the words 'unsubscribe cfcdev' 
in the message of the email.

CFCDev is run by CFCZone (www.cfczone.org) and supported
by Mindtool, Corporation (www.mindtool.com).

An archive of the CFCDev list is available at www.mail-archive.com/[EMAIL PROTECTED]

Reply via email to