Difference between revisions of "Upgrading ColdFusion"

From Hostek.com Wiki
Jump to: navigation, search
(Upgrading ColdFusion 10 to the latest available HotFix)
Line 1: Line 1:
 
__FORCETOC__
 
__FORCETOC__
 
==Upgrading ColdFusion 10==
 
==Upgrading ColdFusion 10==
===Upgrading ColdFusion 10 to the latest available HotFix===
+
===Upgrading ColdFusion 10 to the latest version===
 +
#First, you will need to change your ColdFusion service to run as the local system account. To do this:
 +
##Click '''Start'''-->'''Administrative Tools'''-->'''Services'''
 +
##Find the '''ColdFusion 10 Application Server''' service, right-click it, and choose '''Properties'''
 +
##Click the '''Log On''' tab, and select the option for '''Local System account'''
 +
##Click '''OK''' and proceed
 
#Log into ColdFusion Administrator
 
#Log into ColdFusion Administrator
#Navigate to Security-->Sandbox Security. Uncheck 'Enable ColdFusion Sandbox Security' and click 'Submit Changes'.
+
#Navigate to '''Security'''-->'''Sandbox Security'''. Uncheck '''Enable ColdFusion Sandbox Security''' and click '''Submit Changes'''.
#Restart ColdFusion in the Services section of your VPS.
+
#Restart ColdFusion in the '''Services''' section of your VPS.
 
#Log back into ColdFusion Administrator
 
#Log back into ColdFusion Administrator
#Click the Server Updates link, then click "Check for updates"
+
#Click the '''Server Updates''' link, then click '''Check for updates'''
#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.
+
#When you see and available update, click Download and install. The ColdFusion Administrator will notify you that ColdFusion will be restarted.  
#Once complete, log back into ColdFusion Administrator, go to Security-->Sandbox Security - check 'Enable ColdFusion Sandbox Security' then click Submit Changes.
+
#At this point click '''OK'''
#Restart ColdFusion
+
#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.
  
 
===Post-Upgrade: Upgrade the IIS connector===
 
===Post-Upgrade: Upgrade the IIS connector===

Revision as of 22:04, 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.

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.