CFIDE with multiple instance
Dec 24
Today I got the problem that I cannot use following sentence in one of my instance.
And hit JS error and don't know why. That's why I just go viewsource and found that CFIDE is missing for one of my CF instances. I cannot convince why Adobe cannot include CFIDE for multiple instances installation. That's why I know there is two ways to solve this bug of Coldfusion multiple instance installation.
- Copy all of CFIDE folder into my project root
- Create virtual directory for CFIDE and point it to \cfusion.ear\cfusion.war\CFIDE for my current project
As my experience, I don't want to choose the first one. It's because of the images path (probably, JS path and CSS path) will be lost and not secure enough to do it. Another one is which CFIDE will eat some HDD space of my server and there will be duplication for sure. That's why I choose second one and which can solve my problem and I can use all of CF9 features in my instance.

Android
Top of Page
#1 by Pradeep on 12/24/11 - 11:35 PM
I believe this is on a multiserver configuration and your server setup is causing your problem. Your webroot is not inside location of your multiserver folder
I.E. if there are 'cfusion' and 'websites' instances, The Home (files, config, CFIDE) of cfusion and websites will be in /jrun4/servers
But the webroot will not be inside these folder, the configuration will have your webroot in /webroot
In this case, you have to copy the CFIDE scripts folder to the specific webroot.
#2 by ppshein on 12/25/11 - 12:59 AM
#3 by Pradeep on 12/25/11 - 1:07 AM
#4 by ppshein on 12/25/11 - 1:16 AM