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.
Download Apache Tomcat 7 Server
- Double-Click on Archive to Extract Archive
Open Command Line Session
- Relocate Apache Tomcat 7 Folder
sudo mkdir /opt
sudo mv /Users/<myUser>/apache-tomcat-7* /opt/
-
How-to Install Recommended Oracle JDK 7 on Mac OS X:
- Commands to Start and Stop the Tomcat Server
- Start
/opt/apache-tomcat-7*/bin/startup.sh
- Stop
/opt/apache-tomcat-7*/bin/shutdown.sh
- Start
- To Access Tomcat Server on Browser Go
localhost:8080

Tomcat 7 Deployment Quick Getting-Started: