ColdFusion 8 Update 1 provides developers with 64-bit support for Windows, Mac OS X, and Linux, and provides the latest updates to ColdFusion 8. Adobe recommends that all ColdFusion 8 users apply this free update.
Download ColdFusion 8 Update 1
ColdFusion 8 Update 1 provides developers with 64-bit support for Windows, Mac OS X, and Linux, and provides the latest updates to ColdFusion 8. Adobe recommends that all ColdFusion 8 users apply this free update.
Download ColdFusion 8 Update 1
ColdFusion 8 Update 1 provides full 64-bit support for several new platforms including versions of Windows, Mac OS X, and Linux, in addition to Solaris (which was added with the initial ColdFusion 8 release). We have also improved functionality in several areas including AJAX functions, CFPDF, and CFIMAGE. We have also updated several software libraries.
Full details on these and other enhancements/fixes are available in the Update Release Notes.
Download the Update from the ColdFusion Updates page.
Adobe recommends that all ColdFusion 8 customers install the ColdFusion 8 update. It should be applied to all editions;Developer, Standard, and Enterprise.
If you purchase ColdFusion as a download from our Online Store, the update will already be included in your product installer. You will see the product version as ColdFusion 8.0.1.
Boxed Product;If you purchased ColdFusion 8 as a boxed product, you can do one of the following to ensure you have the update:
Trial Downloads;The update is already included in full trial download installers. You will see the product version as ColdFusion 8.0.1.
Full Trial and Developer editions of ColdFusion downloaded from Adobe.com already include the update. You will see the product version as ColdFusion 8.0.1.
As of ColdFusion 8 Update 1, ColdFusion Enterprise and Developer editions can run as 64-bit applications on the 64-bit versions of the following operating systems:
* Note that Mac PPC 64-bit OS is not supported.
For detailed information about supported platforms, see the ColdFusion System Requirements. Note that ColdFusion 32-bit cannot be upgraded to ColdFusion 64-bit using the Update. ColdFusion should be uninstalled and installed again using the 64-bit full installer available on the ColdFusion 8 Trials page.
As of ColdFusion 8 Update 1, the Standard Edition can run as a 32-bit application on all supported 64-bit platforms in addition to 32-bit platforms. For detailed information about supported platforms, see the ColdFusion System Requirements.
64-bit computer architectures can provide higher performance than 32-bit architectures by handling more information in the same clock cycle. In addition to performance, the size of the memory space an application can use is significantly larger. 32-bit computing architectures can address approximately 4 GigaBytes of memory, 64-bit computing architectures can address 16 ExaBytes of memory. For practical purposes today, this is an 'unlimited' amount of memory which allows memory intensive operations such as reading in large files or returning large datasets, to operate more efficiently. Applications which require more memory and execute more computations will perform better on 64-bit systems than on 32-bit systems.
Although ColdFusion 8 Update 1 has complete 64-bit support, there are a few limitations.
For detailed information about supported platforms, see the ColdFusion System Requirements.
Yes. Please read the ColdFusion 8 Update Install Guide for details.
No. You will need to completely uninstall ColdFusion and use the full ColdFusion 8.0.1 installer. Please read the ColdFusion 8 Update Install Guide for details.
You may see these 2 directories in Mac 10.5 if you have upgraded from Mac 10.4. /etc/apache2 is the correct directory. Please read the ColdFusion 8 Update Install Guide for details.
In some cases you may need to manually enable IIS 6 compatibility options. To enable this, navigate to Control Panel > Programs > Programs and Features > Turn Windows Feature On or Off > Internet Information Services > Web Management Tools > IIS6 Management Compatibility and then enable all options. Please read the "Configuring the ColdFusion 64-bit Connector" section of the ColdFusion 8 Update Install Guide for details.
This may happen if the Connector is not configured properly.
One possible reason is that ColdFusion 64-bit could be configured to use the Apache 32-bit Web Server. By default, ColdFusion 64-bit loads the 64-bit connector module unless it is specifically mentioned in wsconfig to load the 32-bit connector module. If you use the wsconfig user interface to configure 32-bit Apache with 64-bit ColdFusion, you must enable the "configure 32 bit web server" option. If you use the command line tool, you must add the ws32 option to the command. This will tell ColdFusion to provide the 32-bit connector module to Apache 32-bit WS.
This may also happen if ColdFusion 32-bit is configured to use the Apache 64-bit Web Server. This configuration is not supported.
Please read the "Configuring the ColdFusion 64-bit Connector" section of the ColdFusion 8 Update Install Guide for details.
To switch IIS from running in 64-bit mode to 32-bit mode, execute the following command from %systemdrive%\Inetpub\AdminScripts directory:
cscript.exeadsutil.vbssetW3SVC/AppPools/Enable32BitAppOnWin64true
To switch IIS from running in 32-bit mode to 64-bit mode, execute the following command from %systemdrive%\Inetpub\AdminScripts directory:
cscript.exeadsutil.vbssetW3SVC/AppPools/Enable32BitAppOnWin64false
To make Apache run in 64-bit mode again, replace the current version of httpd with the backup httpd file you saved in step 1, and then restart Apache.