Macromedia provides three methods for deploying your ColdFusion applications. You have to decide the appropriate method for your configuration and the target environment. For example, if you need to simply back up your current configuration as part of a contingency plan for hardware failure, you might choose to create a ColdFusion archive (.car). This will allow you to re-create the ColdFusion settings and re-deploy any code and other files. Or maybe you are an IS manager who needs the ability to deploy multiple ColdFusion server instances on a departmental IBM WebSphere server. The J2EE archive (.EAR) makes more sense for you. Or perhaps you are an independent developer interested in selling your custom tags or components without having your code reverse-engineered into the original CFML. Then surely you will opt for sourceless deployment. Table 6.6 should help you determine the appropriate deployment option.
|