- Tomcat 7 Download Mac
- Apache Tomcat 7.0 Download For Windows 10
- Tomcat Download 9.0
- Tomcat 6 Download For Mac
- Netbeans Download
Installing Tomcat 6.0 on Linux, Mac OS X and Windows Apache Tomcat is a flexible, powerful, and widely popular application server and servlet container, which the Apache Software Foundation has developed since 1999, first under the Jakarta project, and now as its own top-level project. Users value Tomcat for its fast start-up, reliable, mature, and fully open codebase, and highly extensible. Installing Tomcat 9 on Mac OS X El Capitan is actually quite easy. The Mac OS X installation process is fairly painless and straight forward, but there are a few rough spots along the way. Follow these step by step instructions to get Tomcat up and running on your Mac OS X machine in no time.
Download a copy of Apache Tomcat 8.5 core, available at the Tomcat download page.
Install Tomcat by extracting the downloaded archive. Extract the archive to your home folder, /Users/
Go into tomcat/webapps/. Delete the /ROOT/ folder and /ROOT.war/.
Next, go to the Lucee download page and download the latest lucee war file.
Rename the lucee war file to /ROOT.war/ (note the capitalization).
Copy the renamed /ROOT.war/ file into tomcat/webapps/.
Create a startup.sh file in tomcat/ with the following contents, replacing '<username>' with your username to provide the literal path:
# set the path to Tomcat binaries export CATALINA_HOME=/Users/<username>/tomcat9
# set the path to the instance config, i.e. current directory if this file is in the CATALINA_BASE directory export CATALINA_BASE=/Users/<username>/tomcat9
EXECUTABLE=${CATALINA_HOME}/bin/catalina.sh exec $EXECUTABLE run
- In Terminal, cd into the tomcat directory and then execute the following command to start Lucee
Tomcat 7 Download Mac
./startup.sh
Apache Tomcat 7.0 Download For Windows 10
Next, open a web browser to localhost:8080/lucee/admin/web.cfm. You should see the Lucee Web admin login screen. Lucee is now installed.
You may want to install mod_cfml to use Apache
Tomcat Download 9.0
Tomcat 6 Download For Mac
Next Steps
Netbeans Download
From this point you can configure your Tomcat instance and set up your applications in Lucee.