How to Getting Started With Apache Tomcat 7 for Mac OS X 10.10 Yosemite Easy Guide

October 30, 2014 | By Mark Goo.

Tomcat 7 Quick Start on Mac 10.10 Yosemite

The Guide shows you How to Install and Getting-Started with Apache Tomcat 7 Server on macOS 10.10 Yosemite Desktop.

Inside the Post you will Find a Link to Getting-Started with Tomcat 7 Deployment on macOS.

Finally, to improve the Visualization of the whole Process the How to install Tomcat 7 on Mac 10.10 Yosemite Tutorial includes the Essential Screenshots.

Install Tomcat 7 on Mac 10.10 Yosemite - Featured
  1. Download Apache Tomcat 7 Server.

    Apache Tomcat 7 tar.gz
  • Double-Click on Archive to Extract Archive

  • Open a Command Line Terminal Window
    (Press “Enter” to Execute Commands)

    Mac OS X 10.10 Yosemite Apache Tomcat 7 Quick Start - Open Terminal

    In case first see: Terminal QuickStart Guide.

  • Relocate Apache Tomcat 7

    if [ ! -d "/opt" ]; then sudo mkdir /opt; fi
    sudo mv /Users/[myUser]/apache-tomcat-7* /opt/
  • How to Install Recommended Oracle JDK on macOS:

    Install Oracle JDK for Mac
  • Commands to Start and Stop the Tomcat Server

    • Start

      /opt/apache-tomcat-7*/bin/startup.sh
    • Stop

      /opt/apache-tomcat-7*/bin/shutdown.sh
  • Then to Access Tomcat Admin on Browser Go.

    http://localhost:8080

  • Tomcat 7 Deployment Quick Start:

    Tomcat Deployment Quick Guide
  • Getting-Started with Apache Ant on macOS

    Ant Getting-Started Guide

    QuickChic Theme • Powered by WordPress