Shows

Story

  Jul 2007

 
31
Posted on 07/31/07 under Adobe, ColdFusion, Web 2.0, Web Development

So I took the plunge and migrated my ColdFusion MX 7 server into Adobe ColdFusion 8.  Below, I’ve detailed the steps I took. I did not uninstall MX 7 prior to installing 8 (this is the developer version since I did this first on my local machine before doing development and/or production to make sure that all of our websites work ok with version 8…I highly recommend you do the same.)After downloading the developer version from Adobe.com, I went ahead and double clicked ColdFusion-8-win.exe.  I then followed the wizard.

  1. Shut down all CFMX 7 services, especially Verify, if you have any collections that need to be transferred over to version 8.
  2. Make sure you have installed JDK 1.6 or above.
  3. Splash screen - Choose language and click OK.
  4. Introduction - Click next.
  5. License Agreement - Accept and click next.
  6. Configure Installer - Enter Serial #, select trial, or select developer edition and click next.
  7. Server Configuration - Select your server configuration and click next.
  8. Sub-Components Selections - Select all the sub-components you want to install and click next.
  9. ColdFusion 8 Location - Select the location of where you want to install ColdFusion 8.  By default, it install in c:\ColdFusion8.  Do not replace your CFMX 7 location with ColdFusion 8.  Install it separately.  Click next.
  10. Adobe LiveCycle Data Services ES Agreement - If you chose Adobe LiveCycle in #7 above, then you must agree to the License agreement.   Then click next.
  11. Adobe LiveCycle Serial # - If you chose Adobe LiveCycle in #7 above, then enter the Serial # if you have one.  If you don’t, after 120 days it will become an express edition, which allows you full capabilities only on your local machine. Click next.
  12. Web server configuration - At this point, the wizard will detect if you have CFMX 7 installed on your machine.  If you do, it will ask you to either configure your web server for CFMX 8 (replacing CFMX 7 web server installation) or if you want CFMX 8 to co-exists with CFMX 7, and it will install it with it’s own web server (usually installed on port 8500).   Choose which you prefer.  In my case, I told it to replace my IIS webserver/CFMX 7 configuration with CFMX 8 configuration. Click next.
  13. Websites Configuration -Select specific websites, all websites in your web server or select the built-in web server only.  Use the built in web server ONLY IN DEVELOPMENT, NOT IN PRODUCTION.  Click next.
  14. CFMX Admin Location - Choose the location of where the CFMX Administrator will be stored.   In my case, it will be under the WWWROOT directory (c:\INETPUB\WWWROOT)
  15. Administrator Password - Enter any password you want for the administrator screen.  This can be changed later.
  16. Remote Development Service (RDS) - If you plan on allowing people to connect to the ColdFusion Server via RDS (NOT RECOMMENDED IN PRODUCTION), then check the “Enable RDS” box and enter a password.  Click next.
  17. Pre-Installation Summary - Review all your selections and click “Install”.

ColdFusion will then begin the install process.  It may take a while, so get up from your desk and go get a cup of Java (or is it ColdFusion???).  Once it’s done the install, the configuration process will beging.  The wizard will tell you to click “DONE” and the CFMX Administrator will open up.The first thing you’ll notice immediately upon the login screen is the new look and feel of the administrator.

  1. Enter you password you created in step #14.  Click Login.
  2. The configuration screen will appear and tell you to wait a few minutes (most likely…it will be longer then a few minutes….oh oh…time for another cup of Java).
  3. Let the screen run its course.   DO NOT click on the “If this screen doesn’t refresh in a few minutes, click on this link to Continue”.  It will continue by itself.  Just be patient.
  4. After it’s done with the configuration screen, you will continue on with the Migration of the old (old…ha ha…CFMX 7 is now old) CFMX 7 settings into CFMX 8.  This process is critical if you want your applications to at least be configured properly with CFMX 8 (I didn’t say work properly…that’s a completely different process you have to go through….called…testing all your apps!)  Click “Next”.
  5. Export Settings - The wizard will show you all the exported settings it has successfully exported from CFMX 7.  Click Next.
  6. Import Settings - After you clicked next above, the import of settings into CFMX 8 will begin and will end shortly, displaying all the successful migration of the settings.  Click Next.
  7. Finish - This is the last screen.  go ahead…do it…click Finish and start enjoying CFMX 8.  The ColdFusion MX 8 administrator screen will open up.

That’s it.  That’s all there is to upgrading ColdFusion MX 7 to ColdFusion 8.   However, that is just the upgrade only.  The next step is to verify all your administrator settings to make sure everything is as it should be, uninstall CFMX 7 (because the wizard will not uninstall it for you) and then the hard part…that is to test all your applications thoroughly in development before you install ColdFusion 8 in production.Good luck on your installation of ColdFusion 8!   In the very near future, I will write a longer blog on the new features of ColdFusion 8.Until the next blog!Cheers!Marcelo LewinThe Digital Media Dudehttp://www.thedigitalmediadude.com/

Comments

7 Responses to “Upgrading To ColdFusion 8 From ColdFusion MX 7”

  1. Muot Says:

    When you uninstall CF 7, it deletes the CFIDE and CFDOCS that is required by CF8 . Not good…. Seems like you have to rename those 2 directories before you do an uninstall like when upgrading from CF6 to CF7.

  2. Muot Says:

    I didn’t see any indication on their Wizard during the migration either….they should fix that.

  3. The Digital Media Dude Says:

    I experienced the same thing. I agree, this needs to be documented by Adobe.

  4. Casinoguy Says:

    I just performed an upgrade to coldfusion8 using your instructions. Thanks for the coffee break information I feel it was the key to the successful update. Anyways I didnt have a problem with the CFIDE and CFDOCS folders, however I didn’t use the default location for coldfusion or the innetpub as I switched them both to the second drive in the system. I did use an actual Adobe Coldfusion 8 upgrade CD however so maybe its just an issue with the download version?

  5. Dan Roberts Says:

    Something else to watch out for is that the uninstaller removes all cfm filenames added to the default documents list in IIS. I upgraded our live server to CF8 and it has been running for a couple weeks. Today I carefully uninstall CF7 and test some apps. No problem, but then someone let me know that another app wasn’t working.

    Turns out “index.cfm” was no longer a default document in IIS so nothing was being run. I guess we should have “index.htm” redirecting to be safe in the future.

    My CF8 server monitoring tool is no longer connecting, though all other administration works fine. I’m not yet sure if that is related to the CF7 uninstall.

  6. jean Says:

    Is it possible to upgrade from coldfusion mx 6.1 to 8?

  7. Marcelo Lewin Says:

    Yes it is.

Name:
eMail:
Website:
Comments:
 

About The Author

Marcelo Lewin
Marcelo Lewin, a.k.a. The Digital Media Dude, started The Digital Media Dude in late 2006 as a blog, mainly, to write about new media. Then he created his first podcast, The Digital Media Dude Daily Tip now known as Digital Media Quick Tips which got picked up by iTunes in the Top 25. By late 2007, The Digital Media Dude became officially a network of shows and in early 2008, it was renamed to Pixel Heads Network.

With over 15 years of experience in the digital media industry, including gigs with NBC, Walt Disney Imagineering, Toyota and having a couple of "dot com" companies under his belt, he shares his knowledge throughout our shows.

He is married with his wife of 15 years and has 2 great sons. His hobbies include photography, videography, new media, technology, great food, great beers and just playing around with his kids.

Marcelo Lewin currently hosts 4 shows, blogs and makes presentations about new media all over, produces shows for other companies and is the "Chief Pixel Head" at Pixel Heads Network.
Subscribe

Make sure to subscribe today so you don't miss out on any new media news stories.

Stories     Comments