Difference between revisions of "Upgrading ColdFusion"
From Hostek.com Wiki
m |
|||
Line 11: | Line 11: | ||
#Restart ColdFusion | #Restart ColdFusion | ||
− | === | + | ===Post-Upgrade: Upgrade the IIS connector=== |
− | The ColdFusion to IIS connector must be | + | 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: |
− | #Navigate to C:\ColdFusion10\cfusion\runtime\bin | + | #Open a command prompt |
− | # | + | #Navigate to C:\ColdFusion10\cfusion\runtime\bin:<br /><code>cd C:\ColdFusion10\cfusion\runtime\bin</code> |
− | + | #Open 'wsconfig.exe', issuing it the upgrade parameter: <br /><code>.\wsconfig.exe -ws iis -site 0 -upgrade -v</code> | |
− | + | ||
+ | The tool will restart IIS, then you'll be able to continue using ColdFusion. | ||
[[Category:ColdFusion]] | [[Category:ColdFusion]] | ||
[[Category:ColdFusion-VPS]] | [[Category:ColdFusion-VPS]] |
Revision as of 21:53, 23 December 2012
Contents
Upgrading ColdFusion 10
Upgrading ColdFusion 10 to the latest available HotFix
- Log into ColdFusion Administrator
- Navigate to Security-->Sandbox Security. Uncheck 'Enable ColdFusion Sandbox Security' and click 'Submit Changes'.
- Restart ColdFusion in the Services section of your VPS.
- Log back into ColdFusion Administrator
- 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.
- Once complete, log back into ColdFusion Administrator, go to Security-->Sandbox Security - check 'Enable ColdFusion Sandbox Security' then click Submit Changes.
- 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:
- Open a command prompt
- Navigate to C:\ColdFusion10\cfusion\runtime\bin:
cd C:\ColdFusion10\cfusion\runtime\bin
- 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.