The Easiest Way to Deploy ColdFusion to the Cloud

| February 7, 2012 | News | , , , , , , ,

The Adobe ColdFusion application server allows developers to rapidly build, deploy, and maintain robust Internet applications for the enterprise. It is quite popular, and it's associated scripting language--ColdFusion Markup Language (CFML)--has a vibrant and growing community behind it.

Let's deploy ColdFusion (9.01) to the Jelastic cloud so you can see how easy it is!

1. Create an environment

      1. Go to jelastic.com and sign up if you haven't done so yet, or log in with your Jelastic credentials by clicking the Sign In link on the page.
      2. While in Jelastic dashboard, click the Create environment button at the top left:

coldfusion cloud

      1. Pick your application server (for example, Tomcat 7) and specify your environment name, for example, coldfusion.coldfusion hosting

It will take just a second for your environment to be created.

coldfusion cloud hosting

2. Creating a WAR file

      1. Go to adobe.com and sign up.

coldfusion in the cloud

coldfusion host

      1. Select the Downloads tab, pick ColdFusion 9 from the list and click Go.host coldfusion in the cloud
      2. Pick a suitable version for your OS and download it. Also download ColdFusion 9.0.1 update.install coldfusion
      3. Run the ColdFusion 9 installer that you have just downloaded.
      4. Look through the Introduction and accept the terms of License Agreement.
      5. In the Installer Configuration window, select either the 30-day trial or Developer edition (if you don't have a serial number). Then pick J2EE configuration with WAR file.host coldfusion
      6. Select the components to install and the directory where you want to place ColdFusion.
      7. Enter the password for ColdFusion Administrator, then enable RDS if you wish.
      8. Review the pre-installation summary and click Install.
      9. Once the installation process is finished, run the ColdFusion 9.0.1 updater.
      10. Read the Introduction and accept the License Agreement.
      11. In the Configure Installation dialog select the configuration that you want to update: J2EE configuration.coldfusion in the cloud
      12. Select the ColdFusion WAR file that has to be updatedadobe coldfusion hosting
      13. Look through the pre-installation summary and click Install.

3. Deploying a Java package

      1. Once the update of the ColdFusion WAR is finished, upload this file to any online file storage system that you want. At the moment, while we are still in beta, the file is too big for Jelastic's Deployment manager.
      2. Then upload WAR file to Jelastic via URL.

adobe coldfusion cloud hosting

      1. Once the package is in dashboard, deploy it to the environment you created earlier.host adobe coldfusion

Now you can go and run the ColdFusion Administrator.

install adobe coldfusion

The URL looks like http://{your env name}.jelastic.servint.net/CFIDE/administrator/ or http://{your env name}.jelastic.com/CFIDE/administrator/

Enjoy!