This Guide Show Step-by-Step How-to Install and Getting-Started with the Latest Apache Tomcat 7 Server for Linux Slackware 14 i686 KDE4 Desktop.
Inside the Article you will Find a Link to Quickly Getting-Started with Tomcat 7 Deployment on Fedora Linux.
For an Easy Visualization of the Entire Process the Article Comprehend the Essential Installation Screenshots.
-
Download Apache Tomcat Server
- Double-Click on Archive and Extract into /tmp
- Open Terminal Window
- Relocate Tomcat 7
Login as SuperUser
su
Move
mv /tmp/apache-tomcat-7 /usr/share
- Check if Java is Installed on your Platform
java -version
The Output Need to Show a Version >= 1.6.
If Java JDK is Not Installed then:
- Command to Start and Stop the Tomcat Server
- Start
/usr/share/apache-tomcat-7/bin/startup.sh
- Stop
/usr/share/apache-tomcat-7/bin/shutdown.sh
- Start
- To Access Tomcat Server on Browser Go
localhost:8080
-
Tomcat 7 Deployment Quick Getting-Started: