This Guide Show How-to Install and Getting-Started on the Latest Apache Tomcat 7 Java Server for Linux PCLinuxOS 2012.08 64bit Kde 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 Folder
- Open a Terminal Window
Kickoff >> More Applications >> Terminals >> Konsole
- Relocate Tomcat 7
Login as SuperUser
su
Move
mv /tmp/apache-tomcat-7 /opt
- Check if Java is Installed on your Platform
java -version
The Output Need to Show a Version >= 1.6.
How-to Install Oracle-Sun Java JDK 7 on PCLinuxOS:
Install Last Java JDK 7 on Linux - Command to Start and Stop the Tomcat Server
- Start
/opt/apache-tomcat-7/bin/startup.sh
- Stop
/opt/apache-tomcat-7/bin/shutdown.sh
- Start
- To Access Tomcat Server on Browser Go
localhost:8080
-
Tomcat 7 Deployment Quick Getting-Started: