From 09ee1183958505dda6eb8768e084bcba04f883f0 Mon Sep 17 00:00:00 2001 From: Charlie Arehart Date: Sat, 10 May 2025 11:11:15 -0500 Subject: [PATCH] update list of versions supported for more recent ACF, Lucee Also added link to page with more on finding available versions , added example of calling one each of Lucee beta and snapshot engines, and updated initial cf example from old 2018 --- embedded-server/multi-engine-support.md | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/embedded-server/multi-engine-support.md b/embedded-server/multi-engine-support.md index 2725499..aba964e 100644 --- a/embedded-server/multi-engine-support.md +++ b/embedded-server/multi-engine-support.md @@ -3,10 +3,10 @@ You can specify the CFML engine via the command line arguments: ```bash -CommandBox> start cfengine=adobe@2018 +CommandBox> start cfengine=adobe@2023 ``` -This will start an Adobe ColdFusion 2018 server in your webroot. That's it! +This will start an Adobe ColdFusion 2023 server in your webroot. That's it! By default, CommandBox uses the `cfengine` slug to search for the engine on ForgeBox. The format is `slug@version` where the version is optional. Ortus Solutions maintains the versions of the engines available on ForgeBox. @@ -19,11 +19,15 @@ Supported engines are: * Adobe ColdFusion 2018 * Adobe ColdFusion 2021 * Adobe ColdFusion 2023 +* Adobe ColdFusion 2025 * Lucee 5 -* Lucee 6 (beta) +* Lucee 6 +* Lucee 7 (beta) * Railo 4.2 * Lucee 4.5 +For more information on how to view all available engine versions (including an available "lucee light" engine), see [Server Versions](/embedded-server/server-versions#what-versions-exist). + Here are some examples: ```bash @@ -42,6 +46,12 @@ CommandBox> start cfengine="adobe@>9.0 <=11" # Start the latest stable Lucee engine CommandBox> start cfengine=lucee +# Start a specific Lucee beta engine +CommandBox> start cfengine=lucee@7.0.0-BETA+211 + +# Start a specific Lucee snapshot engine +CommandBox> start cfengine=lucee@7.0.0-SNAPSHOT+230 + # Start a specific Lucee engine and version CommandBox> start cfengine=lucee@5.4