Apache Tomcat 7 Quick Start on Ubuntu 15.04 Vivid
Hi! The Tutorial shows you Step-by-Step How to Install and Getting-Started with Apache Tomcat 7 Server on Ubuntu 15.04 Vivid Vervet i386/amd64 GNU+Linux Desktop.
Inside the Post you will Find a Link to Getting-Started with Tomcat 7 Deployment on Ubuntu Linux.
Finally, to improve the Visualization of the whole Process the How to install Tomcat 7 on Ubuntu 15.04 Vivid Tutorial includes the Essential Screenshots.
-
Open Terminal Window
Ctrl+Alt+t
(Press “Enter” to Execute Commands)In case first see: Terminal QuickStart Guide.
-
Download Apache Tomcat 7 Server for Linux
-
Double-Click on Archive and Extract into /tmp
Or from Command Line:tar xvzf apache-tomcat*.tar.gz -C /tmp/
-
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 Ubuntu.
java -version
The Output Need to Show a Version >= 1.6.
How to Install Required Oracle JDK for Ubuntu
-
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
-
-
Then to Access Tomcat Admin on Browser Go.
-
Tomcat 7 Deployment Quick Start