Indeed that is tedious, but I suspect that renaming the CFIDE so u can have
multiple directories is going to be the only solution. 

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

Snake,

Thanks for the feedback.  The charting request does not run in the correct
CF instance because the IIS mapping must hardcode requests to /CFIDE to a
particular CF instance.

I just searched the JRun directory for "CFIDE" and found that I could get
the following to get the charting to work on multiple instances, but it is a
little tedious, and I don't know if there are other things besides charting
that would need tweaking.

1) create a Virtual Directory /CFIDE2 in IIS pointing to the CFIDE directory
2) edit cfusion.ear\cfusion.war\WEB-INF\cfusion\lib\neo-graphing.xml
in instance 2 changing /CFIDE/GraphData.cfm to /CFIDE2/GraphData.cfm
3) edit cfusion.ear\cfusion.war\WEB-INF\web.xml in instance2 changing
/CFIDE/GraphData to /CFIDEA/GraphData and /CFIDE/GraphData.cfm to
/CFIDEA/GraphData.cfm
4) restart everything

I'm interested if there is a better way to do it.
Jon

On 9/11/06, Snake <[EMAIL PROTECTED]> wrote:
> 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.



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

Reply via email to