July 26, 2012 | By Duchateaux.
This Guide shows you How to Install Apache Tomcat 7 Server Release on Linux Mint Lisa 12 64-bit GNOME Desktop.
Inside the Post you will Find a Link to Getting-Started with Tomcat 7 on Mint.
Finally, to improve the Visualization of the whole Process the Post includes the Essential Screenshots.
-
Download Apache Tomcat 7 Server.
Apache Tomcat 7 tar.gz
Double-Click and Extract into /tmp

Relocate Tomcat 7
Open a Terminal Window
(Press “Enter” to Execute Commands).
Login as SuperUser.
su
If Got “User is Not in Sudoers file” then see: How to Enable sudo
Move.
mv /path/To/apache-tomcat-7 /usr/lib
Check if Java is Installed on your Platform
java -version
The Output Need to Show a Version >= 1.6.
If you Need to Install the Latest Java JDK on Linux Mint Lisa Here is a Guide:
Command to Start and Stop the Tomcat Server
Then to Access Tomcat Admin on Browser Go.
http://localhost:8080

Tomcat 7 Deployment Quick Start:
Tomcat Deployment Quick Guide