Single CFIDE folder for multiple instance multiserver configuration in ColdFusion -
recently working coldfusion enterprise version multiserver installation.
i have created 3 instances 1. cfusion (default) 2. cfserver1 , 3. cfserver2. want control 1 site on 2 different instances , load sharing between them. created cluster , add both cfserver1 , cfserver2 instances , later configure website on iis 7 , attach cluster through "web server configuration" tool. working fine issue wasn't stick session forgot enable "user j2ee session variables". here issue... need open separate cfide both instances , enable separately. need create database source on both places.
can share cfide of 1 instance one?
update [7/4/2011]
well able share cfide between 2 instances still issue duplicate setting. of setting reside under web-inf folders have create separate settings each instance? have idea sharing web-inf or how same settings (datasources , others) share instances?
to share cfide follow below steps... sharing cfide between 2 instance. 1. copy cfide folder place. 2. create virtual path in jrun-web.xml file available under web-inf folder pointing new physical location of cfide.
/cfide/*
c:/projects/cfide
as far i'm aware, can't manage cf admin settings multiple servers 1 console. clustering handles session management. you've found out, can use 1 copy of cfide manage more 1 cf server instance, changes apply server handling request. of cf8, can manage in web administrator through administrative api. if need make regular or scripted changes datasources , like, i'd use api , kind of script invoke on each server, or process file on application start , set dsn , other settings.
alternatively, accept need update both instances, irritating, may acceptable risk
Comments
Post a Comment