domenica 12 gennaio 2014

Getting-Started with Apache Tomcat 7 on Mac 10.8 Mountain Lion OS X Easy Visual-Guide

Tomcat 7 Quick-Start on Mac 10.8 Mountain Lion

The Guide Show How-to Install and Getting-Started with Apache Tomcat 7 Server on Mac OS X 10.8 Mountain Lion 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.8 Mountain Lion Tutorial Include the Essential Installation Screenshots.

Installing Tomcat 7 on Mac 10.8 Mountain Lion - Featured
  1. Download Apache Tomcat 7 Server

    Apache Tomcat 7 tar.gz
  2. Double-Click on Archive to Extract Archive
  3. Open Command Line Session

    Installing Tomcat 7 on Mac 10.8 Mountain Lion - Open Terminal
  4. Relocate Apache Tomcat 7 Folder
    sudo mkdir /opt
    sudo mv /Users/<myUser>/apache-tomcat-7* /opt/
  5. How-to Install Recommended Oracle JDK 7 on Mac OS X:

    Install Oracle JDK7 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