Tomcat 7 Quick Start on Kali Linux
Hi! The Tutorial shows you Step-by-Step How to Install Apache Tomcat 7 WebServer Release on Linux Kali Desktop/Server.
Inside the Post you will Find a Link to Getting-Started with Tomcat 7 on Kali Linux.
Finally, to improve the Visualization of the whole Process the Post includes the Essential Screenshots.
-
Open a Command Line Shell Session
(Press “Enter” to Execute Commands)In case first see: Terminal QuickStart Guide.
-
Download Apache Tomcat 7 WebServer
-
Double-Click on Archive and Extract into /tmp.
Or from Command Line:tar xvzf apache-tomcat-7* -C /tmp/
-
Relocate the Tomcat 7 Directory.
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
-
How to Install Required Oracle Java JDK on Kali
-
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