Cfinclude w/runonce
Using latest Lucee 5.4.6.9 in Debian docker container. Currently our app runs on Adobe ColdFusion 2021 and I’m trying to see how much effort it would be to convert to Lucee. App is currently a mix of...
View ArticleLucee, Ubuntu & CFEXECUTE
Hello, this may be a “Noob question”, but I’m new to Linux/Ubuntu… I’m trying to run the following command(s) via CFEXECUTE to copy a file with scp from A to B (works fine via SSH/command line):...
View ArticleAny Releases of Lucee 5 Planned
Are there plans to release any new updates to Lucee 5. It still shows as and LTS version on the downloads page and there is a Snapshot that is newer than the current release. I’m just wondering how...
View ArticleCommandBox and some urls
I am using CommandBox with Undertow. I realized that if my url includes the word “file” or “files” I always get a 404. I guess it is a basic configuration of CommandBox (or Undertow). Is there a way...
View ArticleIssues with lucee.org url unreachable with 503
I cannot reach the following which mean Docker builds are failing https://release.lucee.org/rest/update/provider/loader/ https://update.lucee.org/rest/update/provider/download/ Is there a backup /...
View ArticleChrontime not available
I am moving a site from ACF to Lucee and it had a particular scheduled task that runs as it turns midnight into the 19th of each month. I used a chrontime to do this: 0 0 19 19 * ? * I see that Lucee...
View ArticleResolved: Error if too many cookies-Header too large
I had a large discussion that I started in another thread, but the subject was not related to it, I had gone off on a tangent, therefore I thought I’d post this so that if anybody else has this issue...
View ArticleLucee ehCache distribution for beginners
I’m trying to configure cache distribution between two instances. For this I’ve created test appliaction: Application.cfc component { this.cache.connections["testcache"] = { class:...
View ArticleCommandBox URLrewrite config location
Hi, I’m trying (and failing) to locate and setup URL rewrites to mirror my live server for local dev. Does anyone have an insight? I’m following the instructions here: ortussolutions.com CommandBox...
View ArticleAfter Lucee restart all Lucee Web Contexts use Server Admin password
We are testing our Lucee 6 with multi-context server setup and found an odd issue which we can’t figure out or find anyone else having the same issue. We created a new site (e.g. mysite.com) on the...
View ArticleDocs web site layout mucked up
docs.lucee.org Operators :: Lucee Documentation Mathematical, Logical, Ternary, Comparison, String and Elvis Operators 1 post - 1 participant Read full topic
View ArticleImplementing CFML SSO (SAML)
I am trying to implement SAML in one of our Lucee/CFML applications against an Okta SSO server. I downloaded the Demo App from @psarin here: GitHub - psarin/cfml-sso-demo-app: Demo app for cfml - sso...
View ArticleisEmpty() vs Empty() in Lucee 6
I’m noticing a difference between Lucee 5 and Lucee 6. Previously, when I used the function isEmpty() it behaved the same way as the now deprecated Empty() function - it checked both whether the...
View Articleclass lucee.transformer.bytecode.statement.ExpressionAsStatement cannot be...
Lucee 5.4.6.9 Error (java.lang.ClassCastException) Message class lucee.transformer.bytecode.statement.ExpressionAsStatement cannot be cast to class...
View ArticleRelease Changelogs?
I see that Lucee 6.2.0.321 is now available. We would like to review the changelog to see if there are any areas we need to review at before upgrading. The link to the changelog from the lucee...
View ArticleLucee 6.2.0.321 ExpandPath("*.*") error
I have been using GetDirectoryFromPath(ExpandPath("*.*")) to get the base path of the site as in the example in...
View ArticleLucee 6.2.0.321 Stable Released
The Lucee Team is proud to announce our latest stable release 6.2.0.321 You can find the full changelogs on our new changelog pages https://download.lucee.org/changelog/?version=6.2 There a few...
View ArticleCut sending mails to differ
Is there a way with CFMAIL to differ a mailing list in several launch. I mean, the server send 400 mails to notify members of a new ad. But the host limit the mail sending to 150 per minutes, then it...
View ArticleLucee Roadmap 2025
Now that we finally got 6.2.0.321 out the door, time for a roadmap update Lucee 5.4 - LTS 5.4 is only going to receive urgent security updates until December 31st 2025 and is no longer being...
View ArticleDemo: Running Python using the new java integration in 6.2
Here’s a quick example of how to run Python using Graalvm with Lucee 6.2 Lucee will dynamically download the java libraries defined in the javaSettings (when required), it’s that simple! The jars are...
View Article