$schemamarkup = get_post_meta(get_the_ID(), 'schemamarkup', true); if(!empty($schemamarkup)) { echo $schemamarkup; }

How to Install and Getting Started Apache Tomcat 7 for Linux CentOS 6 KDE4 Easy Visual-Guide

September 18, 2012 | By Duchateaux.

This Guide shows you How to Install Apache Tomcat 7 Server Release on Linux CentOS 6 KDE4 Desktop.

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

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

How to Install and Getting Started Apache Tomcat 7 for Linux CentOS 6 KDE4 Easy Visual-Guide
  1. Download Apache Tomcat 7 Server.

    Apache Tomcat 7 tar.gz
  • Double-Click on Archive and Extract into /tmp

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

    Linux CentOS 6 KDE Open Terminal

    In case first see: Terminal QuickStart Guide.

  • Relocate Apache Tomcat 7

    su -c "chown -R root:root /tmp/apache-tomcat*
    mv /tmp/apache-tomcat-7* /usr/share"

  • Check if Java is Installed on your Platform

    java -version

    The Output Need to Show a Version >= 1.6.

    How to Install Recommended Oracle-Sun JDK 7 on Linux CentOS:

    Install Oracle JDK for CentOS
  • Commands to Start and Stop the Tomcat Server

  • Then to Access Tomcat Admin on Browser Go.

    http://localhost:8080
    blank

  • Tomcat 7 Deployment Quick Start:

    Tomcat Deployment Quick Guide

  • Tags: , , , , , , , , , , , , ,