Difference between revisions of "Upgrading ColdFusion"

From Hostek.com Wiki
Jump to: navigation, search
(Upgrading ColdFusion 10 to the latest available HotFix)
(Upgrading ColdFusion 10 to the latest version)
Line 16: Line 16:
 
#Log back into ColdFusion Administrator, go to '''Security'''-->'''Sandbox Security''' - check '''Enable ColdFusion Sandbox Security''' then click Submit Changes.
 
#Log back into ColdFusion Administrator, go to '''Security'''-->'''Sandbox Security''' - check '''Enable ColdFusion Sandbox Security''' then click Submit Changes.
  
The last thing to do is [https://support.hostek.com/ submit a support ticket] asking our team to set the ColdFusion service back to the "ColdFusion runtime account" and restart the service.
+
The last thing to do is [https://support.hostek.com/ submit a support ticket] asking our team to set the ColdFusion service back to the "ColdFusion runtime account" and restart the service. You can also have our team upgrade the IIS connector at this time, as described below.
  
 
===Post-Upgrade: Upgrade the IIS connector===
 
===Post-Upgrade: Upgrade the IIS connector===

Revision as of 22:06, 23 December 2012

Upgrading ColdFusion 10

Upgrading ColdFusion 10 to the latest version

  1. First, you will need to change your ColdFusion service to run as the local system account. To do this:
    1. Click Start-->Administrative Tools-->Services
    2. Find the ColdFusion 10 Application Server service, right-click it, and choose Properties
    3. Click the Log On tab, and select the option for Local System account
    4. Click OK and proceed
  2. Log into ColdFusion Administrator
  3. Navigate to Security-->Sandbox Security. Uncheck Enable ColdFusion Sandbox Security and click Submit Changes.
  4. Restart ColdFusion in the Services section of your VPS.
  5. Log back into ColdFusion Administrator
  6. Click the Server Updates link, then click Check for updates
  7. When you see and available update, click Download and install. The ColdFusion Administrator will notify you that ColdFusion will be restarted.
  8. At this point click OK
  9. Log back into ColdFusion Administrator, go to Security-->Sandbox Security - check Enable ColdFusion Sandbox Security then click Submit Changes.

The last thing to do is submit a support ticket asking our team to set the ColdFusion service back to the "ColdFusion runtime account" and restart the service. You can also have our team upgrade the IIS connector at this time, as described below.

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.