How to Install and Getting Started Apache Tomcat 7 on Linux Fedora 16 Gnome 3 Easy Visual-Guide

September 17, 2012 | By Duchateaux.

This Guide shows you How to Install and Getting-Started on the Latest Tomcat 7 Server for Fedora 16 GNOME 3 Desktop.

Inside the Post you will Find a Link to Getting-Started with Tomcat 7 Deployment on Fedora Linux.

Finally, to improve the Visualization of the whole Process the Post includes the Essential Screenshots.

Tomcat 7 on Fedora
  1. Download Apache Tomcat Server.

    Apache Tomcat 7 tar.gz
  2. Double-Click and Extract into /tmp Folder

  3. Open Terminal Window
    (Press “Enter” to Execute Commands)

    Fedora Linux 16-17 Kde Open Terminal

  4. Relocate 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/share
  5. Check if Java is Installed on your Platform

    java -version

    The Output Need to Show a Version >= 1.6.

    If Java is Not Installed then:

  6. 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

  7. Then to Access Tomcat Admin on Browser Go.

    http://localhost:8080

  8. Tomcat 7 Deployment Quick Start:

    Tomcat Deployment Quick Guide

QuickChic Theme • Powered by WordPress