How-to Install Apache Tomcat 7 on Mac 10.12 Sierra OS X Easy Visual-Guide

Install Tomcat 7 on Mac 10.12 Sierra




Hello Mac User! This is Tutorial Shows You How-to Install and Getting-Started with Apache Tomcat 7 Server on Mac OS X 10.12 Sierra Desktop.

Inside the Post you will Find a Link to Quickly Getting-Started with Tomcat 7 Deployment on Mac OS X.

For an Easy Visualization of the Entire Process the How-to install Tomcat 7 on Mac 10.12 Sierra Tutorial Include the Essential Installation Screenshots.

Install Tomcat 7 on Mac 10.12 Sierra - Featured
  1. Download Apache Tomcat 7 Server

    Apache Tomcat 7 tar.gz
  2. Double-Click on Archive to Extract Archive
  3. Open Terminal Window
    (Press “Enter” to Execute Commands)

    Install Tomcat 7 on Mac 10.12 Sierra - Open Terminal
  4. Relocate Apache Tomcat 7
    if [ ! -d "/usr/lib/jvm" ]; then sudo mkdir /opt; fi
    sudo mv $HOME/apache-tomcat-7* /opt/
  5. How-to Install Recommended Oracle JDK 7 on Mac OS X:

    Install Oracle JDK for Mac
  6. Commands to Start and Stop the Tomcat Server
    • Start
      /opt/apache-tomcat-7*/bin/startup.sh
    • Stop
      /opt/apache-tomcat-7*/bin/shutdown.sh
  7. To Access Tomcat Server on Browser Go
    localhost:8080

  8. Tomcat 7 Deployment Quick Getting-Started:

    Tomcat Deployment Quick Guide
  9. Getting-Started with Apache Ant on Mac OS X:

    Ant Getting-Started Guide