CFFiddle- Code, test, and share your ColdFusion code on the go!

With CFFiddle you can code and share your code snippets with others on the go, anytime and every time. You can use CFFiddle to achieve the following: Bugs: If you encounter any language-related bug, you can share the snippet in the Adobe tracker, where you had already created the ticket. Docs: This is a very important area for CFFiddle. All ColdFusion functions and tags will include a link to the appropriate CFFiddle code. We are updating the docs incrementally- functions […]

CFFiddle for Array, String, and Math functions

We’ve started linking the code samples with CFFiddle in ColdFusion documentation for functions. As a start, we’ve included CFFiddle links for the following function categories: Array functions Mathematical functions String functions In the next couple of weeks, we plan to include CFFidlle links for Spreadsheet, Struct, and List functions. In the next three to four months, we plan to link every tag and function, wherever possible, with CFFiddle links. As always, please use CFFiddle to test the samples. If there […]

How does Adobe ColdFusion (2018 release) run on Java™ EE application servers?

The Adobe ColdFusion (2018 release) runtime environment is a Java application that takes advantage of many powerful services in the Java EE platform to connect to databases, manage security, and process application requests. When Adobe ColdFusion (2018 release) Enterprise Edition is installed in the Java EE configuration on top of a Java application server, it uses the server’s Java EE infrastructure to execute ColdFusion applications as pure Java bytecode. Developers can then continue to develop and deploy ColdFusion pages while […]

Does Adobe ColdFusion (2018 release) have 32-bit support?

No. Adobe ColdFusion (2018 release) cannot be run as a 32-bit application on the 32-bit versions of Microsoft Windows, Sun Solaris, Linux, and Mac OS. For details about supported platforms, see the ColdFusion system requirements.

Is Adobe ColdFusion (2018 release) backward-compatible with previously released versions of ColdFusion?

ColdFusion 9, 10, 11, and 2016 release, easily migrate to ColdFusion (2018 release). For details on migrating to ColdFusion (2018 release), visit the ColdFusion migration resources section of the ColdFusion Developer Center.

What is Adobe ColdFusion Enterprise (2018 release)?

The 2018 release of Adobe ColdFusion Enterprise Edition is a battle-tested, high-performing application server that simplifies web and mobile application development in enterprise environments. Deploy, maintain, secure, and monetize APIs with a flexible and scalable API management platform. Ensure that applications are as optimized as the server with an all-new toolset, the Performance Monitoring Toolkit.

How do I purchase Adobe ColdFusion (2018 release)?

Adobe ColdFusion (2018 release) is available for purchase online from the Adobe Store and through our network of partners and resellers. View Adobe ColdFusion (2018 release) purchasing information.

What are the editions of Adobe ColdFusion (2018 release) and how are they priced?

Blog edited on 10/11/2018. Thanks, Charlie Arehart for the feedback. Adobe ColdFusion (2018 release) is sold in two editions: Standard Edition costs US$2,499 per license, and Enterprise Edition costs US$9,499 per license. ColdFusion can also be used for development at no cost with the complimentary Developer Edition, a full-featured server for development use only. For more information on licensing, see the license terms.

I already have a license for an earlier version of ColdFusion. What are my upgrade options?

Special upgrade pricing is available to those customers who have a valid ColdFusion (2016 release) license. Customers running ColdFusion 11 or earlier are not eligible for upgrade pricing. To upgrade to ColdFusion (2018 release) Enterprise, see http://www.adobe.com/products/coldfusion-enterprise/buying-guide.html To upgrade to ColdFusion (2018 release) Standard, see http://www.adobe.com/products/coldfusion-standard/buying-guide.html

ColdFusion (2018 release) Update 1, ColdFusion (2016 release) Update 7, and ColdFusion 11 Update 15 Released

We are pleased to announce the updates for ColdFusion (2018 release), ColdFusion (2016 release), and ColdFusion 11. These updates address a few security issues, which are mentioned in the security bulletin APSB18-33, upgrade the Tomcat engine and OpenSSL jars for PDFgServlet. ColdFusion (2018 release) Update 1 In addition to fixing the vulnerabilities mentioned in the security bulletin, this update contains bug fixes, an upgraded Tomcat (ver 9.0.10), and upgraded OpenSSL upgrade to 1.0.2p for PDFgServlet. For more information on the […]

New Administrator UI in ColdFusion

With the ColdFusion 2018 release, we have provided a refreshed ColdFusion Administrator console. As the old ColdFusion Administrator console had not been changed in a long time, we felt it was only right to put a modern spin on the User Interface as well as add a couple of exciting new features. Home Screen The new ColdFusion Administrator sees the introduction of a new home screen. The home screen shows the main categories of settings as tiles. Clicking on a […]

Code Profiler in Performance Monitoring Toolset

The new Performance Monitoring Toolset has an exciting feature called the Code Profiler. As the name suggests, the Code Profiler lets you profile your CFML templates until the lowest level of granularity. Once profiled, you will be able to see how much time a line of code took and the exact flow of code. To profile a CFML template, Step 1: Choose a server Profiling can only be done on a single ColdFusion node at a time. Select the global […]