Thursday, November 1, 2012

How-to Install and Getting-Started Apache Tomcat 7 for PCLinuxOS 2012 x86_64 Kde Easy Visual-Guide

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.

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

    Kickoff >> More Applications >> Terminals >> Konsole

    PCLinuxOS 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 PCLinuxOS:

    Install Last Java JDK 7 on Linux
  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