Upgrading ColdFusion

From Hostek.com Wiki
Revision as of 21:53, 23 December 2012 by Jakeh (Talk | contribs)

Jump to: navigation, search

Upgrading ColdFusion 10

Upgrading ColdFusion 10 to the latest available HotFix

  1. Log into ColdFusion Administrator
  2. Navigate to Security-->Sandbox Security. Uncheck 'Enable ColdFusion Sandbox Security' and click 'Submit Changes'.
  3. Restart ColdFusion in the Services section of your VPS.
  4. Log back into ColdFusion Administrator
  5. Click the Server Updates link, then click "Check for updates"
  6. When you see and available update, click Download and install. CF will notify you that CF will be restarted. At this point click OK, then open the task manager. If you see the ColdFusion.exe process stop but not start back up, manually restart the service in the Windows Services utility.
  7. Once complete, log back into ColdFusion Administrator, go to Security-->Sandbox Security - check 'Enable ColdFusion Sandbox Security' then click Submit Changes.
  8. Restart ColdFusion

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.