The Guide Show How-to Install the Latest Apache Tomcat7 Server Release for Linux Mint Maya 17 Qiana Mate/Cinnamon/KDE/Xfce 32/64bit Desktop.
Inside the Article you will Find a Link to Quickly Getting-Started with Tomcat 7 Deployment on Linux Mint.
For an Easy Visualization of the Entire Process the Article Comprehend the Essential Installation Screenshots.

-
Download Apache Tomcat 7 Server
- Double-Click on Archive and Extract into /tmp
- Open a Terminal Window
- Relocate Apache Tomcat 7
Login as SuperUser
su
Move
mv /tmp/apache-tomcat-7 /usr/lib
- Check if Java is Installed on your Platform
java -version
The Output Need to Show a Version >= 1.6
Install Recommended Oracle-Sun Official Java JDK7:
Install Oracle JDK7 for Mint - Commands to Start and Stop the Tomcat Server
- Start
/usr/lib/apache-tomcat-7/bin/startup.sh
- Stop
/usr/lib/apache-tomcat-7/bin/shutdown.sh
- Start
- To Access Tomcat Server on Browser Go
localhost:8080
-
Tomcat 7 Deployment Quick Getting-Started: