Jetty on Debian Wheezy 7 Linux Quick-Start Guide

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

Debian Jetty Quick Start Guide

The Guide shows you How to Install and Getting-Started with the Latest Jetty 9+ Web Server Stable Release on Debian Wheezy 7 i386/amd64 Linux.

The Jetty Web Server provides an HTTP server and Servlet container capable of serving Static and Dynamic Content either from a Standalone or Embedded instantiations.

Jetty Main Features:

  • Asynchronous HTTP Server
  • Standards based Servlet Container
  • Web Sockets server
  • SPDY server
  • Asynchronous HTTP Client
  • OSGi, JNDI, JMX, JASPI, AJP support
Install the Latest Jetty on Debian Wheezy 7 Linux - Featured
  1. Download Latest Jetty Web Server for Linux:

    Jetty Server .tgz
  • Open a Command Line Session.

  • Extracting Jetty Archive.

    cd $HOME/Downloads
    tar xvzf jetty*.tgz
    rm jetty*.tgz
  • Relocating Jetty Web Server.

    sudo su -c "mv jetty* /opt"
  • Install Recommended Oracle Java JDK on Linux Debian

    Install Oracle JDK for Debian

  • Starting Jetty Web Server.

    cd /opt/jetty*
    sudo java -jar start.jar
  • Jetty Web Server Quick Deployment Guide

    Quick-Start Deploy on Jetty

  • QuickChic Theme • Powered by WordPress