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

How to Install Apache Tomcat 7 on Elementary OS Luna 0.2 32-64bit Linux Easy Guide

June 15, 2014 | By the+gnu+linux+evangelist.

Install Tomcat 7 for Elementary OS

This Guide shows you How to Install Apache Tomcat 7 Server Release on Linux Elementary 0.2-Luna/0.3-Freya/0.4-Loki/5.0-Juno/5.1-Hera i386/amd64 Pantheon Desktop.

Apache Tomcat version 7.0 implements the Servlet 3.0 and JavaServer Pages 2.2 specifications from the Java EE Web Applications and Web Services.

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

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

Install Tomcat 7 on Elementary OS Luna - Featured
  1. Open Terminal Window
    (Press “Enter” to Execute Commands)

    Install Tomcat 7 on Elementary OS Luna - Open Terminal

    In case first see: Terminal QuickStart Guide.
    Or Login into Server Shell Shell…

  2. Download Apache Tomcat 7 Server for Linux

    Here Apache Tomcat 7 tar.gz
    Link to Download the Apache Tomcat 7 Release
  3. Double-Click on Archive and Extract into /tmp
    Install Tomcat 7 for Elementary OS - Extraction
    Or from Command Line:

    Copy
    tar xvzf apache-tomcat-7*.tar.gz -C /tmp/
  4. Relocate Apache Tomcat 7

    Copy
    sudo su -c "chown -R root:root /tmp/apache-tomcat*
    Copy
    mv /tmp/apache-tomcat-7* /usr/lib"
  5. How to Install Recommended Oracle JDK on Elementary OS

    Here Install Oracle JDK 6/7 for Elementary OS
    Oracle JDK Setup on Linux Elementary OS
  6. Commands 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
  7. Then to Access Tomcat Admin on Browser Go.

    http://localhost:8080
    blank

  8. Tomcat 7 Deployment Quick Start

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