Robert Everland III wrote: > We are about to implement a cluster using a piece of hardware and I > was wondering what the users here use to copy the settings of > coldfusion from one to another.
We deploy EAR files with the settings right in the onApplicationStart() of the application. If they need environment specific variables they will search the classpath for a properties file with the info and if that file is not present the application starts a wizard and waits for the admin to enter the info (which is then written to a properties file). Jochem ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:248636 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

