> If I create a coldfusion mapping or ColdFusion data source in > CFMX1 they do not replicate to the CFMX2 instance. How do I > replicate changes in one JRun/CFMX cluster member to another? > > For a cluster of only two members it is not to much of a > problem. But if I create a cluster of several members then > trying to replicate changes in the ColdFusion Administrator > could become troublesome. Any ideas? > > Would I configure each JRun server to deploy the same ColdFusion > EAR?
I suspect that you can't point multiple servers to the same EAR or exploded directory, because of file locking. You could copy configuration files from one server to another, but you'll have to stop the target server first, I think. Finally, you could write your own application that uses the Admin API to push changes to multiple servers. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber vendor-authorized instruction at our training centers in Washington DC, Atlanta, Chicago, Baltimore, Northern Virginia, or on-site at your location. Visit http://training.figleaf.com/ for more information! ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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/cf_lists/message.cfm/forumid:4/messageid:246202 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

