diff --git a/docs/04.guides/02.installing-lucee/01.download-and-install/page.md b/docs/04.guides/02.installing-lucee/01.download-and-install/page.md index 988b88fe8..20d2c07e0 100644 --- a/docs/04.guides/02.installing-lucee/01.download-and-install/page.md +++ b/docs/04.guides/02.installing-lucee/01.download-and-install/page.md @@ -109,75 +109,75 @@ For further information, please refer to Description: - - - Lucee Installer is the recommended "all in one" solution for a typical production installation with minimal manual configuration, including service and connectors for fronted webservers ( Apache on Linux / IIS on Windows ). It installs its own dedicated Java Development Kit (AdoptOpenJDK) and comes with the option to install "mod_cfml" for Tomcat's automatic multiple website configuration. - - - - -
OS:
- - - Windows, Linux - - - - -
Download:
- - - Download the latest Lucee Installer Release version
here. - - - - -
Includes:
- - - Lucee Installer ships:
- - Lucee.jar (Servlet Container)
- - Tomcat (Java Servlet Engine)
- - AdoptOpenJDK (Java Development Kit)
- - mod_cfml (for Tomcat's automatic host and context configuration - More about mod_cfml
- - Boncode Connector (for connecting IIS to Tomcat via AJP) - More about Boncode - - - - -
Best for:
- - - Lucee Installer is typically used for production environments where you want have a webserver, e.g. Apache or IIS, acting in front of Lucee/Tomcat and run Lucee as service. - - - - -
Instructions:
- - - On Windows: Run the Lucee Windows Installer file (.exe) as Administrator on a Windows machine with IIS running, so that the installer can detect IIS and connect it with Lucee/Tomcat (Boncode AJP connector and mod_cfml)
- On Linux: Run the Lucee Windows Installer file (.run) with sudo user/root on a Linux machine with Apache webserver running, so that the installer can detect Apache and connect it with Lucee/Tomcat (ReverseProxy and mod_cfml). You may need to give the .run file execute permission first to be able to execute it. - - + + +
Description:
+ + + Lucee Installer is the recommended "all in one" solution for a typical production installation with minimal manual configuration, including service and connectors for fronted webservers ( Apache on Linux / IIS on Windows ). It installs its own dedicated Java Development Kit (AdoptOpenJDK) and comes with the option to install "mod_cfml" for Tomcat's automatic multiple website configuration. + + - -
Note:
- - - If you are missing the latest "Lucee Installer" Release at Lucee's download site and it's marked as "Coming soon", you can still install the latest available Lucee version with the following steps:
- Step 1: Select the latest possible release that has a "Lucee Installer" version available and do the complete installation process.
- Step 2: Stop the Lucee/Tomcat service.
- Step 3: Download the latest "Lucee.jar" file at Lucee's download page here.
- Step 4: Replace the old lucee.jar with the new downloaded Lucee.jar file at path-to-lucee-install/lib/.
- Step 5: Delete the folder "lucee-server" at path-to-lucee-install/tomcat/lucee-server.
- Step 6: Restart the Lucee/Tomcat service. - - - + +
OS:
+ + + Windows, Linux + + + + +
Download:
+ + + Download the latest Lucee Installer Release version here. + + + + +
Includes:
+ + + Lucee Installer ships:
+ - Lucee.jar (Servlet Container)
+ - Tomcat (Java Servlet Engine)
+ - AdoptOpenJDK (Java Development Kit)
+ - mod_cfml (for Tomcat's automatic host and context configuration - More about mod_cfml
+ - Boncode Connector (for connecting IIS to Tomcat via AJP) - More about Boncode + + + + +
Best for:
+ + + Lucee Installer is typically used for production environments where you want have a webserver, e.g. Apache or IIS, acting in front of Lucee/Tomcat and run Lucee as service. + + + + +
Instructions:
+ + + On Windows: Run the Lucee Windows Installer file (.exe) as Administrator on a Windows machine with IIS running, so that the installer can detect IIS and connect it with Lucee/Tomcat (Boncode AJP connector and mod_cfml)
+ On Linux: Run the Lucee Windows Installer file (.run) with sudo user/root on a Linux machine with Apache webserver running, so that the installer can detect Apache and connect it with Lucee/Tomcat (ReverseProxy and mod_cfml). You may need to give the .run file execute permission first to be able to execute it. + + + + +
Note:
+ + + If you are missing the latest "Lucee Installer" Release at Lucee's download site and it's marked as "Coming soon", you can still install the latest available Lucee version with the following steps:
+ Step 1: Select the latest possible release that has a "Lucee Installer" version available and do the complete installation process.
+ Step 2: Stop the Lucee/Tomcat service.
+ Step 3: Download the latest "Lucee.jar" file at Lucee's download page here.
+ Step 4: Replace the old lucee.jar with the new downloaded Lucee.jar file at path-to-lucee-install/lib/.
+ Step 5: Delete the folder "lucee-server" at path-to-lucee-install/tomcat/lucee-server.
+ Step 6: Restart the Lucee/Tomcat service. + + +
@@ -191,12 +191,12 @@ For further information, please refer to Description: - - - CommandBox is a commandline tool that greatly simplifies installing and running Lucee. It's very likely the easiest way to run Lucee: Simply open a terminal session from within your webroot, enter the command line 'box server start' and CommandBox will start the latest stable Lucee instance running your web application.
+ + +
Description:
+ + + CommandBox is a commandline tool that greatly simplifies installing and running Lucee. It's very likely the easiest way to run Lucee: Simply open a terminal session from within your webroot, enter the command line 'box server start' and CommandBox will start the latest stable Lucee instance running your web application.
CommandBox makes use of it's own servlet engine "Undertow" that can be customized through a single .json configuration file. But that's not all you get with CommandBox: Because CommandBox is also a package manager, you can also install and run usefool tools for your CFML development, such as "cfconfig", "CFLint", "taskRunner", "testBox", "CFFormat" or use it to install popular CFML frameworks in a modern scaffolding manner. @@ -247,12 +247,12 @@ For further information, please refer to
Description: - - - Lucee.jar is the pure stand alone servlet containers of Lucee as compressed Java ARchive (also known as JAR-file) and Lucee.war is a Web application ARchive (also known as WAR-file) containing the Lucee.jar. Use these files if you want to run Lucee in different environments with different servlet engines (e.g. Undertow, Jetty or cloud based servlet engines like AWSElasticBeanstalk). + + +
Description:
+ + + Lucee.jar is the pure stand alone servlet containers of Lucee as compressed Java ARchive (also known as JAR-file) and Lucee.war is a Web application ARchive (also known as WAR-file) containing the Lucee.jar. Use these files if you want to run Lucee in different environments with different servlet engines (e.g. Undertow, Jetty or cloud based servlet engines like AWSElasticBeanstalk).
You may also use Lucee.jar for upgrading/downgrading Lucee installations without a complete re-installation by simply replacing the .jar file in the servlets engine library folder. If so, please make always sure to backup Tomcat, all server- and web-contexts and your configurations before upgrading.