The next Hawaii ColdFusion User Group meeting will be discussing the new Adobe ColdFusion Builder extension for VS Code. The meeting will be on October 28th, at 12:00 pm (HST) Mark Takata, the Adobe CF Technical Evangelist for ColdFusion will give a presentation on the new ColdFusion Builder extension for VS Code. During his talk he will discuss: Access built-in support for IntelliSense code completion, better semantic code understanding, and code refactoring. Identify security vulnerabilities and maintain the integrity of […]
Luis, Brad, Gavin and Daniel host this week’s CFML News Podcast Special from CF Summit To listen or subscribe to the podcast visit our site Or watch the video replay on youtube: They sat down, at the Ortus Booth and discussed the highlights of the conference. For the show notes – visit the website https://cfmlnews.modernizeordie.io/episodes/modernize-or-die-cfml-news-podcast-for-october-4th-2022-episode-166 Music from this podcast is used under Royalty Free license from SoundDotCom https://www.soundotcom.com/ and BlueTreeAudio https://bluetreeaudio.com
ColdFusion in distributed environment (Windows) – Updating for CF2021 and CF2023. On IIS Server: Install IIS Roles and components: Ensure that, all of the below IIS features are enabled: NET CGI ISAPI Extensions ISAPI Filters Install Visual C++ Redistributable for Visual Studio 2012 (x64) from the below link: https://www.microsoft.com/en-in/download/details.aspx?id=30679 Copy the following from ColdFusion server to IIS server: (<version> would be 2021 or 2023 based on your ColdFusion installation). Create the similar directory structure as in ColdFusion server. C:\ColdFusion<version>\jre (directory) C:\ColdFusion<version>\cfusion\runtime\lib\wsconfig.jar […]
ColdFusion Update on J2EE Deployment The below steps are with JBoss EAP, however would be applicable for any J2EE deployment. For installation, please refer the below document: https://helpx.adobe.com/in/coldfusion/installing/installing-the-jee-configuration.html Stop the J2EE server and run the below from command prompt as Administrator (point to the hotfix jar file full path) – java -jar <path to hotfix.jar> Navigate & select the path till cfusion.war directory (Directory containing WEB-INF, CFIDE and META-INF) Start the J2EE server and check the update status in ColdFusion […]
Gavin & Brad hosts this week’s CFML News Podcast To listen or subscribe to the podcast visit our site Or watch the video replay on youtube: They discussed CF Summit’s AMA session with the online form, Hacktoberfest 2023 and Lucee’s 5.3.10 RC They also discussed Ortus’ recent Webinar recap on ITB, and some upcoming Adobe Workshops and Webinars. They discuss upcoming conferences, CF Summit, ITB Latam, Dev Nexus 2023 and ITB 2023. They discuss what’s new and coming soon with […]
Issue If the Sandbox Security option is enabled and you’re attempting to write to the temp directory using cfimage, then the following exception appears. Application fails with 500 error because it is unable to access the temp directory. Solution Follow the steps below: Add the path of the temp directory in jvm.config as shown below: -Djava.io.tmpdir=<path to temp directory> 2. Restart ColdFusion.
Gavin hosts this week’s CFML News Podcast solo because Brad got tied up by cabling in a server room somewhere, maybe. To listen or subscribe to the podcast visit our site Or watch the video replay on youtube They discussed Into the Box Session Survey Raffle, Ortus hiring another USA Developer, CF Summit’s AMA session with the online form, State of the CF Union Survey Podcast Part 1, Hacktoberfest 2023, Lucee Mail Listeners. They also discussed Ortus’ recent Webinar recap […]
Can anyone explain what the .cfproject file is, what it does, and how to config it? i can’t find any doc on this. It seems to be generated from the setup for cf in vs code.
I have an application which uses CFMAIL to send out alerts and notifications with a O365 mailbox. I’ve been asked to switch it to OAuth 2.0 and I have no experience with sending emails via OAuth and CF. I’m struggling to find any documentation or guidance online and in any of the forums. Is there an easy way to do this with setting up an OAuth connector and still using CFMAIL?
I”m on a shared web server and they made some changes and now my autosuggest no longer works. Anyone know why? Has it been phased out?
ColdFusion returns “Class not found” when trying to consume a *modern* public static .Net class. What is the latest version that I can use?

