April 7, 2013 | By Duchateaux.
The Guide shows you How to Install Latest Apache Tomcat7 Server Release on Linux DescentOs 3.0.2 Mate Desktop 32bit/64bit.
Inside the Post you will Find a Link to Getting-Started with Tomcat 7 Deployment on Linux DescentOS.
Finally, to improve the Visualization of the whole Process the Post includes the Essential Screenshots.
-
Download Apache Tomcat 7 Server.
Apache Tomcat 7 tar.gz
Double-Click on Archive and Extract into /tmp

Open a Terminal Window
(Press “Enter” to Execute Commands) 
Relocate Apache Tomcat 7
Login as SuperUser.
su
If Got “User is Not in Sudoers file” then see: How to Enable sudo
Move.
sudo 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.
How to Install Oracle-Sun Java JDK 7 on Linux DescentOS:
Install Oracle JDK for DescentOS