The Guide shows you How to Install the Latest Apache Tomcat7 Server Release on Linux Mint 12 Lisa 32/64-bit KDE4 Desktop.
Inside the Post you will Find a Link to Getting-Started with Tomcat7 Deployment on Linux Mint.
Finally, to improve the Visualization of the whole Process the Post includes the Essential Screenshots.
-
Download Apache Tomcat7 Server.
Apache Tomcat 7 tar.gz -
Double-Click on Archive and Extract into /tmp
-
Relocate the Tomcat7 Server
Open a Terminal Window.
Login as SuperUser.
su
If Got “User is Not in Sudoers file” then see: How to Enable sudo
Move the Tomcat Folder.
mv /path/To/apache-tomcat-7 /usr/lib
- Check if Java is Installed on your System
java -version
The Output Need to Show a Version >= 1.6.
If Want to Install the Latest Oracle Java JDK on Linux Mint Lisa:
Install Oracle JDK for Mint Lisa -
Command 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
-
-
Then to Access Tomcat Admin on Browser Go.
-
Tomcat 7 Deployment Quick Start: