Every instance you create does in fact have its own cfide folder, you use it
when you open the coldfusion administrator for each of your instances, all
you need to do is map this folder in IIS. But every site can of course only
have one CFIDE, so if your running multiple instances on the same site, they
must all use the same CFIDE.
This is actually a problem I have found when using multiple instances. You
have to use the CFIDE of the default (cfusion) instance otherwise everything
doesn't work properly. I never figured out why. I think you will find that
the code still actually runs on the correct instance though as in the case
of cfchart as graphdata.cfm doesn't actually exist, the request is
intercepted by the java servlet.

-
Russ "Snake" Michaels


-----Original Message-----
From: Jon Gunnip [mailto:[EMAIL PROTECTED] 
Sent: 11 September 2006 17:36
To: CF-Talk
Subject: Multiple CF instances sharing single IIS site

Hi,

I have about 15 web applications on a single website.  One app comprises
about 75% of the server usage, and I would like to isolate this app in its
own CF instance.  I'm using IIS 6.0 on Windows Server 2003.

I have three CF instances and a JRUN connector for each.  One instance is
for the default cfusion instance which I only use to manage my instances and
to create new instances.  A second intance is for all but on of the web
apps, and a third is for the large app I want to isolate.

Everything is working with the exception of how to manage the CFIDE
directory.  To do charting with cfcharts, the charts reference
/CFIDE/GraphData.cfm and the /CFIDE directory has to be associated with the
JRUN connector for the CF instance generating the chart.

So, if there can only be on /CFIDE directory on the website, how can I get
each instance to have a CFIDE directory of its own for charting (and other
things an instance might use the CFIDE directory for)?

Thanks!
Jon



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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/groups/CF-Talk/message.cfm/messageid:252764
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to