This Guide Shows You How to Install the Apache Tomcat 7 Server Release on Linux Kubuntu 12.10 Quantal Quetzal i386/amd64 Desktop.
Inside the Post you will Find a Link to Getting-Started with Tomcat 7 on Linux Kubuntu.
Finally, to improve the Visualization of the whole Process the Post includes the Essential Screenshots.

-
Download Apache Tomcat 7 Server.
-
Double-Click on Archive and Extract into /tmp
-
Open Terminal Window
(Press “Enter” to Execute Commands) -
Relocate Apache Tomcat 7
sudo su -c "chown -R root:root /tmp/apache-tomcat*
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 JDK:
-
Command to Start and Stop the Tomcat7 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:
Tags: Apache Tomcat 7, Getting Started, Guide, How-to, Install, Java, Java Server, Kubuntu 12, Kubuntu 12.10 Quantal, Linux, Linux Kubuntu, Web-Server