

Come join us at the Online ColdFusion Meetup session on Thursday, Nov 4 2021, at 12p US Eastern time (UTC -4). The presentation will be: Migrating apps to ColdFusion 2021 from earlier versions, with Charlie Arehart For more on the presentation, the speaker(s), how to join the group join (free), as well as the URL for the online meeting and more, please see the meetup event page: https://www.meetup.com/coldfusionmeetup/events/281800384/ The meeting will be recorded, as have been all 290+ previous Online […]
ColdFusion provides cluster support if it is installed with Enterprise license, Trial, or Developer edition. Clustering is a process of grouping of two or more instances of ColdFusion servers for better performance, load balancing, and failover. In this blog, we’ll see how to configure a horizontal cluster by adding remote instances and create connector using webserver configuration tool. We will be using two ColdFusion 2021 local instances (from server A) and two remote instances (from server B ) to create […]
Coldfusion 2018/2021 JEE Installation – JVM Settings
Come join us at the Online ColdFusion Meetup session on Thursday, Oct 28, 2021, at 12p US Eastern time (UTC -4). The presentation will be: Using LaunchDarkly for feature flag management in CF application, with Brad Wood For more on the presentation, the speaker(s), how to join the group join (free), as well as the URL for the online meeting and more, please see the meetup event page: https://www.meetup.com/coldfusionmeetup/events/281577538/ The meeting will be recorded, as have been all 290+ previous […]
Serious question: What advantages does Adobe Coldfusion offer over Lucee? Obviously one instance of ACF costs thousands of dollars, while Lucee is free. Security, features, performance, installing, etc ?
We’re thrilled to let you know that we’ve mapped out the schedule for the ninth edition of the Adobe ColdFusion Summit! Spread across two days, and packed with multiple sessions on all things coding, this is an event you don’t want to miss. Go check out our agenda here and make sure to register for the ones you love! And that’s not all. We’ve lined up an exciting array of speakers to host you! Say hello to our stellar panel: […]
ColdFusion users should be aware that there were updates released yesterday (Oct 19 2021) to the long-term support (LTS) versions of Oracle Java, versions 8, 11, and 17. To be clear, Java 11 is the LTS version currently supported by CF2021 and CF2018. For more on the newest JVM updates, see the Oracle technotes: Release notes for Java 11.0.13 (for CF2021 and 2018, and older CF versions supporting Java 11) Release notes for Java 8.0_311 (for CF2016 and older versions […]
Please review the ability for Coldfusion to utilize Modern Authentication (OAuth) when connecting to Microsoft Exchange Online vs Basic Authentication (Presently Using Exchange Web Services).
Microsoft is disabling Basic Authentication October of 2022 and we would like to migrate anything using it to Modern Authentication.
https://techcommunity.microsoft.com/t5/exchange-team-blog/basic-authentication-and-exchange-online-september-2021-update/ba-p/2772210
Please let me know what would be involved in order to achieve this?
Hi – I’ve installed CF 2021 on a server and I have a .car file that includes all my scheduled tasks (I can see them listed when I click “deploy”), but after it says it has successfully deployed my archive file, the scheduled tasks aren’t there (the datasources and server settings and all that imported just fine). Anyone encountered this and have any idea? (This issue also ends up breaking my install of CF 2021 – after this import, if […]
If you’re still running ColdFusion 9 or 8, you are at grave risk of many vulnerabilities, but most notably is one hitting those who failed to apply a hotfix that Adobe had provided in 2010! A recent spate of ransomware attacks have occurred, hitting such vulnerable servers, as reported in various security industry press. If you may somehow still be running ColdFusion 9 or 8, again there was a fix that Adobe had made available back then (in 2010), as […]
Hi, Goal: To run VBScript using CFexecute using command base script Cscript.exe Environment: ColdFusion 2021, Windows Server 2019 , 64 bit Machine. My VB Script(ExcelToPDF.vbs) performs simple office automation . So first I tried with command line to run ExcelToPDF.VBS. C:WindowsSystem32 > cscript.exe //nologo D:ExcelToPDF.vbs D:test.xls D:test.pdf and got expected o/p Success (generates the Excel to PDF file ) Now, I have to see whether CF runs correctly or not.So I use cfexecute to run ExcelToPDF.VBS. code: <!DOCTYPE HTML PUBLIC “-//W3C//DTD HTML 4.01 Transitional//EN”> <html><head><title>Untitled</title></head> […]