Troubleshooting your application using Performance Monitoring Toolset

Last Wednesday we had a webinar about how to use Performance Monitoring Toolset to troubleshoot your applications. This session also covered various scenarios that you may encounter while working with your ColdFusion application. These scenarios covered the most common problems that developers encounter while dealing with your ColdFusion application. It covered, Issues around JVM – Gain insight on the various JVM metrics, memory management and garbage collection. Database issues – Get a good sense of how to deal with database […]

CF2018 Compile

Error trying to compile CF app in 2018 environment

Another instance of wsconfig appears to be running

How do I resolve the issue that seems to have been created during the addition of a new site? I selected the site for “update” and I continue to receive the error “Another istance of wsconfig appears to be running”. I can’t access the wsconfig.exe (Web Server Configuration Tool) at all.

Overview of the new Performance Monitoring Toolset Webinar :: Recording

We had the webinar giving an overview of the new Performance Monitoring Toolset last week. Learn about the end-to-end performance management right from the connector, application, individual lines of code, databases, incoming/outgoing services, system metrics, memory management to JVM metrics. The recording is available at https://my.adobeconnect.com/p70rndpsrny. Join now for part 2 of the webinar series on July 17th to understand the various scenarios that you might encounter while working with your CF application. This include issues around JVM, database issues, application […]

Converting an array of structs to a query dynamically

An exercise in converting an array of structs to a query dynamically so you can dump out the data in a compact form

Announcing Preconference sessions for ColdFusion Summit 2019

We are glad to announce two preconference sessions on the day before ColdFusion Summit 2019. The sessions will be held on September 30th 2019 at The Mirage, Las Vegas. The preconference sessions are Hands-on ColdFusion Security Workshop (Trainer : Pete Freitag) and Going from Zero to 60 with Docker and ColdFusion images (Trainer : Charlie Arehart). Register Now at https://cfsummit.adobeevents.com/preconference/. Both of the workshops are full day BYOD (bring-your-own-device) hands-on labs and will be a great learning opportunity. Below is a summary of the workshops: […]

Adobe ColdFusion Specialist Certificate Program

Professional certificate program from Adobe for ColdFusion developers. Give your ColdFusion career an edge. Adobe ColdFusion Specialist is a blended learning certificate program, comprising 15+ hours of online videos followed by a day-long, hands-on workshop. Designed for ColdFusion professionals who have basic to advance level proficiency in web designing, HTML and JavaScript. Badge & certificate from Adobe upon successful completion of assessment. Adobe ColdFusion Specialist is co-located at ColdFusion Summit and would be held at The Mirage, Las Vegas on […]

Adobe ColdFusion 2018 Accessibility Report is Available for 508 Compliance

VPAT Now Available for ColdFusion 2018! We just released the the 508 Voluntary Product Accessibility Template (VPAT) for Adobe ColdFusion 2018. It can be found on our website here: https://www.adobe.com/accessibility/compliance/adobe-coldfusion-server-2018-acr.html The VPAT describes accessibility compliance for the ColdFusion software according to standards and guidelines for web content.  It can be used as a reference when building accessible web applications with ColdFusion and also provided for 508 compliance verification. The latest web content accessibility guidelines can be found here: https://www.w3.org/TR/WCAG21/    

ColdFusion usage survey

Hello everyone, it is time for another short survey to understand about the usage of ColdFusion features across the applications you have in within your organization. Filling up the survey will only take a few minutes your time and the data that we capture here is really important for us here at Adobe. Thank you for your time. Here is the survey link again.

Connect coldfusion application with Azure cosmos db

Hi All, I have one requirement to fetch data from Azure cosmos db. But did not find any way to integrate with coldfusion app. Any help would be appreciated.

Pre and post increment / decrement operators

The difference between the pre and post increment and decrement operators

ColdFusion Query of Queries (Streamline your Processes)

Finding detailed information in a large database can sometimes be a daunting task. Fortunately, with ColdFusion, you make your searches and data pull a breeze with Query of Queries! Utilizing this awesome function is sure to make any CIO or Project Leader’s job easier. In this article, you will learn: What is a Query of Queries? What are the benefits of using a Query of Queries? How to conduct a Query of Queries. What are some functionalities of ColdFusion Query […]