You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/04.guides/01.getting-started/01.first-steps/page.md
+22-2Lines changed: 22 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -3,9 +3,29 @@ title: First steps
3
3
id: getting-started-first-steps
4
4
---
5
5
6
-
# Your first Lucee Server template #
6
+
Welcome to Lucee, a Free and Open Source, high peformance cfml engine.
7
7
8
-
Most people start using "Lucee Express", so they will end up going to [http://localhost:8888](http://localhost:8888) after they've started Lucee Express, and if it's all gone well, you'll see the **"Welcome to the Lucee World!"** page. If not, now's a good time to find out [[how to get help]].
8
+
## Lucee Developer Forum
9
+
10
+
If you need support, please reach out via the [Developer forum](https://dev.lucee.org/),
11
+
12
+
You will find additional information on the forum about new [features](https://dev.lucee.org/c/documentation/6) and [releases](https://dev.lucee.org/c/news/release/8)
13
+
14
+
[[tutorial-reporting-bugs]]
15
+
16
+
## Migrating from Adobe ColdFusion or other CFML Engines
17
+
18
+
Lucee aims to be compatible with ACF, but there are some differences, please see the [[category-compat]] category for further information.
19
+
20
+
As Lucee is free and open source, we don't have any per core licensing, but we also need your support, please consider supporting Lucee via [Open Collective](https://opencollective.com/lucee)
21
+
22
+
## Recipes
23
+
24
+
We have an extensive series of detailed [[Recipes]] showing you how to take advantage of the wide range of features in Lucee.
25
+
26
+
## Your first Lucee Server template
27
+
28
+
Most people start using "Lucee Express", so they will end up going to [http://localhost:8888](http://localhost:8888) after they've started Lucee Express, and if it's all gone well, you'll see the **"Welcome to the Lucee World!"** page. If not, now's a good time to find out [[about-lucee-how-to-get-help]].
9
29
10
30
The "Welcome to the Lucee World!" page is very helpful, because it tells us a lot of information about the Lucee CFML Server - the Lucee version, the Java version, and lots more besides - including the path where CFML files are served from. You'll find the website's folder under "Important Notes".
Copy file name to clipboardExpand all lines: docs/04.guides/01.getting-started/03.system-requirements/page.md
+6-4Lines changed: 6 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -11,13 +11,15 @@ Of course there are different recommendations that go with the different operati
11
11
12
12
### Java Versions ###
13
13
14
-
Lucee 5.4 (LTS) supports Java 8 and 11
14
+
**Lucee 5.4** (LTS till Dec 31st 2025) supports Java 8 and 11
15
15
16
-
Lucee 6 supports Java 11, with Java 8 unofficially supported as long as practical
16
+
**Lucee 6.0** supports Java 11, with Java 8 unofficially supported as long as practical
17
17
18
-
Lucee 6.1 supports Java 11 and Java 21 (recommended)
18
+
**Lucee 6.1** supports Java 11 and Java 21 (recommended)
19
19
20
-
Lucee 6.2 will support both the Javax and Jakarta Namespaces, thus supporting Tomcat 10 etc
20
+
**Lucee 6.2** (our next LTS release) supports both the `Javax` and `Jakarta` Servlets , thus supporting Tomcat 10 and newer
21
+
22
+
**Lucee 7.0** supports Java 11, 21 and 24 and only supports `Jakarta` Servlets , thus requiring Tomcat 10 or newer
21
23
22
24
If you do run into problems running on **newer versions** of Java with Lucee 6, please report any problems to the developer forum [Lucee Dev](https://dev.lucee.org)
description: Whilst Lucee is broadly compatible with Adobe ColdFusion, there are some differences.
11
11
menuTitle: Compatibility / Migration
12
12
---
@@ -17,4 +17,3 @@ Some are for performance reasons, others due to Adobe mis-adopting or adding fea
17
17
18
18
Our issue tracker has an [acf-compat](https://luceeserver.atlassian.net/issues/?jql=labels%20%3D%20%22acf-compat%22) label which tracks all the known differences.
19
19
20
-
In addition, with Lucee 6, we decided to change some incompatible implementations and also change some older insecure defaults to be more secure, please refer to the following epic [All Breaking changes in Lucee 6](https://luceeserver.atlassian.net/browse/LDEV-4534)
0 commit comments