Upgrading ColdFusion

From Hostek.com Wiki
Revision as of 00:00, 20 November 2013 by Jakeh (Talk | contribs) (Upgrading ColdFusion 10 to the latest version)

Jump to: navigation, search

Upgrading ColdFusion 10

Upgrading ColdFusion 10 to the latest version

In our experience it is most reliable to download the latest cumulative update through ColdFusion Administrator, then manually execute the update from the command line. Follow these steps to apply your ColdFusion 10 updates from the command line on your server:

Step 1 - Ensure Java JRE is in System Path

1. To check your path first open your system properties by right-clicking your VPS's Computer icon in Windows Explorer, then clicking Propteries.
Cf10updates-01.png

2. In the window that opens, click the Advanced System Settings link off to the left.
Cf10updates-02.png

3. In the popup that appears, click the Environment Variables button toward the bottom right.
Cf10updates-03.png

4. In the next popup, select the Path variable under System Variables, then click Edit.
Cf10updates-04.png

5. In the next popup, checked the Variable value textbox to see if the path to a JRE exists. If not, add a semicolon to the end of the line, followed by the path to your JRE. For example, if your server is using the default Coldfusion 10 JRE, this is what you'd add to the end of the textbox:
;C:\ColdFusion10\jre\

Cf10updates-05.png

Once you've updated your system's PATH variable, you can click OK on all the popup windows to save your changes.

Step 2 - Download the Update

  1. Log into ColdFusion Administrator for your server
  2. Navigate to the Server Update-->Updates section
    1. If you do not see an available update, click the Check for Updates button
    2. If you see an available update, click the Download button
      Cf10updates-06.png
  3. ColdFusion will download the file to <cf_home>/hf-updates/ (eg. c:\ColdFusion10\cfusion\hf-updates)

Step 3 - Run the Update Installer

  1. Open a command prompt window on your server as administrator. You can do this by right-clicking on the CMD icon in the Start Menu, then choosing "Run As Administrator"
  2. Navigate to the location where ColdFusion downloaded your update
    cd c:\ColdFusion10\cfusion\hf-updates
  3. Launch your update via the following command:
    java -jar hotfix_0XX.jar
    (replace 0XX with the actual update number)
  4. Your CF update will be launched in a GUI. Just follow the prompts to install the update, and it will take care of the rest.

Once the update has completed, just log into ColdFusion Administrator and go back to the Server Updates section. If it shows the update you applied in the Installed Updates tab, your ColdFusion installation has been updated successfully.

Post-Upgrade: Upgrade the IIS connector

The ColdFusion to IIS connector must be upgraded after applying a ColdFusion 10 Update. After applying the latest update for ColdFusion 10, perform the following steps:

  1. Open a command prompt
  2. Navigate to C:\ColdFusion10\cfusion\runtime\bin:
    cd C:\ColdFusion10\cfusion\runtime\bin
  3. Open 'wsconfig.exe', issuing it the upgrade parameter:
    .\wsconfig.exe -ws iis -site 0 -upgrade -v

The tool will restart IIS, then you'll be able to continue using ColdFusion.

ColdFusion 10 Mandatory Update

If you happen to have a server on Coldfusion 10 version 282462 or earlier, you will first need to apply the ColdFusion 10 Mandatory Update first. Follow these steps to complete the installation:

  1. Download the JAR file for the update from Adobe.
  2. On your server, open a command prompt as Administrator then navigate to the folder containing the update's JAR file.
  3. Launch the JAR with this command:
    java -jar cf10_mdt_updt.jar
  4. Follow the installer's instructions, and the update will complete in a couple minutes.

Once the mandatory update has been installed, you'll be able to proceed through the update instructions above.