

Since we have been getting lot of calls/queries around migration these days, I thought it would make sense to make a blog post on it. Now, since Migration is a very broad subject we need to keep in mind the Technology, Hardware, Operating System, Settings, Application Server, Web Server, Code compatibility.
Migrating from ColdFusion 9 to ColdFusion 11 can be done by more than 1 way. In this article we will discuss ways on how to migrate from ColdFusion 9 to ColdFusion 11.
There are 2 ways to migrate from ColdFusion 9 to ColdFusion 11
A few months ago we announced the ColdFusion 11 Mobile Application Development Contest. The entries have now been judged. Thanks to Simon Free and Dave Ferguson for their contributions in judging the winner of the contest. We got only two final submissions for the contest although many others expressed interest in submitting one. The two submissions were, 1. Shakesperean Curses by Nicholas Claaszen and 2. CFClient Sampler by Brad Wood A big round of applause to both Nicholas and Brad […]
Normal 0 false false false EN-US X-NONE X-NONE MicrosoftInternetExplorer4 Since 2004, Promisan has built its management consulting and systems business by creating tools that help clients optimize how they use information. Promisan’s flagship enterprise resource planning (ERP) solution, Prosis, surpasses rival solutions because it has been built using the stable, mature, and powerful Adobe ColdFusion platform. ColdFusion gives Promisan the flexibility to meet changing customer requirements and to integrate with a variety of IT infrastructures “Adobe ColdFusion is a fantastic application server […]
We have received few incidents wherein users were not able to start ColdFusion services after server reboot or while restarting the services manually. Reason: Applications dynamically generate ColdFusion files and sometimes also deletes them, but ColdFusion does not remove any old files from the cfclasses folder. {cf.root}/cfusion/wwwroot/WEB-INF/cfclasses If you have a huge number of websites on one ColdFusion server, it creates thousands of cfclasses depending on number of incoming requests. Solution: Deleting all the class files of cfclasses folder […]
ColdFusion 11 Update 4 pre-release build has been refreshed to address an issue with the Elvis operator. Follow the instructions available in the blog post mentioned below to install this update: https://coldfusion.adobe.com/coldfusion-11-update-4-is-available-for-early-access We look forward to your valuable feedback and suggestions. NOTE: Users who have already applied ColdFusion 11 Update 4 pre-release build, they need to uninstall it and re-download the latest build of ColdFusion 11 Update 4. The build number after applying this update should be 11,0,04,293127(PreRelease).
Update 3 for ColdFusion Builder 3 is released. This update is primarily a companion update to ColdFusion 11 Update 3 which ahs added support for PhoneGap 3.5. Normal 0 false false false EN-US X-NONE X-NONE /* Style Definitions */ table.MsoNormalTable {mso-style-name:”Table Normal”; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-style-noshow:yes; mso-style-priority:99; mso-style-parent:””; mso-padding-alt:0in 5.4pt 0in 5.4pt; mso-para-margin-top:0in; mso-para-margin-right:0in; mso-para-margin-bottom:8.0pt; mso-para-margin-left:0in; line-height:107%; mso-pagination:widow-orphan; font-size:11.0pt; font-family:”Calibri”,sans-serif; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin;} This is just an Update for the ColdFusion Builder 3 installation that were installed prior to the […]
Update: Since this post was made, the final version of Update 4 was released and should be used instead. ColdFusion 11 Update 4 early access build is being made available for your testing and feedback/suggestions Follow the instructions below to apply this update: 1. Navigate to ColdFusion Administrator -> Server Updates -> Updates 2. Under Settings tab, check “Automatically Check for Updates” check box 3. Change the Site URL to https://cfdownload.adobe.com/pub/adobe/coldfusion/PR/updates.xml. 4. Click Submit to save your changes 5. Under Available Updates tab, […]
During first week of December 2014, we had released Full installers for ColdFusion 11 with update 3 in-built. The build number was 11,0,3,292480. There were two issues with the build that was released(Full Installers only). 1) After Enabling J2EE Session Variables server hangs on restart/start. 2)On Japanese OSes, installer doesn’t recognize the Japanese locale. If you have applied the update 3 through Hotfix, these 2 issues won’t arise for you. And also, #1 is not applicable for J2EE deployments done […]
To all our ColdFusion users in the Washington, D.C. area:
Please join us at the Adobe Digital Government Assembly on Tuesday, February 3, 2015 at the Ritz Carlton, Washington, D.C.
This one day event is FREE to Government
Topics include Transforming Customer Experiences, Cloud-Delivered Innovation, Security & Efficiencies
For more details and to register, please see the Event site here: http://adobedigitalgovernment.com/
Let us know if you’ll be there!
When using .net objects with ColdFusion 11 with cfobjects, it sometimes throws the following error: This following error occurs when .Net framework is not installed on the server or it is corrupted. We need to install an updated version of .Net framework matching the bitness of server i.e. if the server is 32 bit you would need to install .Net framework of 32 bit and if the server is 64 bit then you would need to install 64 bit […]
We had several complaints from users about Akamai download manager not being able to download the ColdFusion installer on Linux machines. We have skipped Akamai download manager for Linux and this issue has been fixed. Here is the link to download ColdFusion : https://www.adobe.com/cfusion/tdrc/index.cfm?product=coldfusion
Are you trying to create a “Remote Server” connection between ColdFusion Builder 3 and ColdFusion 11, installed on separate servers (distributed setup). Here are the steps.