Upgrading our installation of ColdFusion MX 7.0.1 on a local Windows-based, Apache, server

In a previous guide, we installed ColdFusion MX 6.1 and ColdFusion MX 7.0.1. In this guide, we'll be leaving our installation of ColdFusion MX 6.1, and upgrading our installation of ColdFusion MX 7.0.1 to 7.0.2.

Downloading the updater

ColdFusion MX 7.0.2 can either be downloaded as a full installer, or as a simple updater. Since we've already installed 7.0.1, we can just use the updater. Go to http://www.adobe.com/support/coldfusion/downloads_updates.html and download the current updater, ColdFusion MX 7 Updater 2 (7.0.2) for Windows. The size of this file is almost 50 MB, so you may have a bit of wait.

Preparation

If you're running both ColdFusion MX 6.1 and 7, you'll want to make sure that you've stopped 6.1, and the correct 7 folders in their right place. The best way to test this is to start ColdFusion MX 7.0.1 and visit the ColdFusion Administrator.

You may also want to make a backup of your httpd.conf files for Apache (at C:\Program Files\Apache Group\Apache\conf).

Updating

Once you've verified that your folders are in the correct places, you can start the updater.

Read the Introduction, and the license agreement, and either agree or not with the latter, clicking Next as you go.

When you're asked to “select the ColdFusion MX 7 installation configuration that you want to update”, select “Server configuration”. Click Next.

On the next screen, you'll be told to “shut down all ColdFusion MX 7 services and web server services”. So, head over to Services, and stop “ColdFusino MX 7 Application Server”, “ColdFusion MX 7 ODBC Agent”, “ColdFusion MX 7 ODBC Server”, and “ColdFusion MX 7 Search Server”. You'll also want to stop Apache. Continue.

If you changed the install folder for ColdFusion MX 7, then you'll need to enter that on the next screen. Otherwise, accept the default of 'C:\CFusionMX7'. You'll also need to select the CFIDE directory.

The Updater will then report the required and available disk space on your computer. If you've enough space, 'Install'. Once the install has finished, you can press Done to finish the installation.

The Application Server should automatically start, but you'll have to start the remaining ColdFusion services, and Apache.

Verifying the update

Once you've started the necessary services, log into the ColdFusion Administrator. You should notice that ColdFusion has been updated to 7.0.2 (via System Information). You can also verify your Data Sources to verify that you're still able to connect.

If you've installed ColdFusion MX 6.1, and still have it installed, you may want to also verify that you're still able to switch correctly.

The update should not have had any effect upon your httpd.conf file, but you'll want to verify this for yourself, and make any necessary backups.

Assuming everything checks out, you've safely upgraded ColdFusion MX 7.0.1 to ColdFusion MX 7.0.2!

View all of the steps to creating a local Web server, for development.