Recently working with ColdFusion enterprise version multiserver installation.
I have created three instances 1. cfusion (default) 2. cfserver1 and 3. cfserver2. Basically I want to control one site on two different instances and load sharing between them. I created cluster and add both cfserver1 and cfserver2 instances into it and later configure website on IIS 7 and attach with cluster through "Web server configuration" tool. Everything is working fine but only issue was it wasn't stick with session as I forgot to enable "User J2ee session variables". Here is my issue... I need to open separate CFIDE for both instances and enable it separately. Also I need to create database source on both places.
Can we share CFIDE of one instance with another one?
Update [7/4/2011]
Well I am able to share CFIDE between two instances but still issue with duplicate setting. As most of setting reside under WEB-INF folders I have to create separate settings for each instance? Do anyone have idea about sharing WEB-INF or any how same settings (datasources and others) share by all instances?
To share CFIDE follow below steps...
Sharing CFIDE between two instance.
1. Copy CFIDE folder to another place.
2. Create virtual path in jrun-web.xml file available under WEB-INF folder pointing to new physical location of CFIDE.
/CFIDE/*
C:/projects/CFIDE