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

How to Install and Getting Started With Apache Tomcat 7 on Linux Debian Wheezy X86_64 Kde 4 Easy Visual-Guide

November 1, 2012 | By Duchateaux.

This Guide shows you How to Install Apache Tomcat 7 Server Release on Debian Linux 7 Wheezy 64-bit KDE 4 Desktop.

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

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

How to Install and Getting Started With Apache Tomcat 7 on Linux Debian Wheezy X86_64 Kde 4 Easy Visual-Guide
  1. Here Download Apache Tomcat 7 Server.

    Apache Tomcat 7 Core tar.gz
    Link to Download the Apache Tomcat 7 Release
  2. Find the Downloaded Package and Double-Click to Extract it

  3. Move the Tomcat 7 Folder to Location

    Open a Terminal Window.

    Login as SuperUser.

    Copy
    su 

    If Got “User is Not in Sudoers file” then see: How to Enable sudo

    Move.

    Copy
    mv /path/To/apache-tomcat-7 /usr/lib
  4. Check if Java is Installed on your Platform
    Copy
    java -version

    The Output Need to Show a Version >= 1.6.

    If you Need to Install the Latest Java JDK on Debian Here is a Guide:

    How to Install JDK on Debian Linux
  5. Command to Start and Stop the Tomcat Server

    • Start

      Copy
      /usr/lib/apache-tomcat-7/bin/startup.sh

    • Stop

      Copy
      /usr/lib/apache-tomcat-7/bin/shutdown.sh

  6. Then to Access Tomcat Admin on Browser Go.

    http://localhost:8080
    blank

  7. Tomcat 7 Deployment Quick Start:

    Here Tomcat Deployment Quick Guide
    How to Quick Start with Apache Tomcat 7 Deployment