Thursday, November 1, 2012

How-to Install and Getting-Started Apache Tomcat 7 for Linux Mageia 1-2 i386 Kde Easy Visual-Guide

This Guide Show How-to Install and Getting-Started on the Latest Apache Tomcat 7 Java Server for Linux Mageia 1-2 32bit 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.

Apache Tomcat 7 on Mandriva
  1. Download Apache Tomcat Server

    Apache Tomcat 7 tar.gz
  2. Double-Click on Archive and Extract into /tmp Folder
  3. Open a Terminal Window
    Linux Mageia 2 KDE Open Terminal
  4. Relocate Tomcat 7

    Login as SuperUser

    su

    Move

    mv /tmp/apache-tomcat-7 /opt
  5. 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 Mageia:

    Installing Oracle-JDK7 on Mageia
  6. Command to Start and Stop the Tomcat Server
    • Start
      /opt/apache-tomcat-7/bin/startup.sh
    • Stop
      /opt/apache-tomcat-7/bin/shutdown.sh
  7. To Access Tomcat Server on Browser Go
    localhost:8080
  8. Tomcat 7 Deployment Quick Getting-Started:

    Tomcat Deployment Quick Guide