Tomcat Download Mac

  1. Tomcat 7 Download Mac
  2. Apache Tomcat 7.0 Download For Windows 10
  3. Tomcat Download 9.0
  4. Tomcat 6 Download For Mac
  5. 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/. For convenience, you can rename the resulting folder from //apache-tomcat-8.5.29// to //tomcat//.

  1. Go into tomcat/webapps/. Delete the /ROOT/ folder and /ROOT.war/.

  2. Next, go to the Lucee download page and download the latest lucee war file.

  3. Rename the lucee war file to /ROOT.war/ (note the capitalization).

  4. Copy the renamed /ROOT.war/ file into tomcat/webapps/.

  5. 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

Tomcat Download Mac

EXECUTABLE=${CATALINA_HOME}/bin/catalina.sh exec $EXECUTABLE run

  1. 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

Tomcat Download Mac
  1. 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.

  2. You may want to install mod_cfml to use Apache

Tomcat Download 9.0

Sample

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.