How to Install Jetty Web Server on Mac 10.9 Mavericks Easy Guide

January 9, 2014 | By Stalker.

Mac 10.9 Mavericks Jetty Quick Start Guide

The Guide shows you How to Install and Getting-Started with the Latest Jetty 9+ Java EE Web Server Stable Release on Mac 10.9 Mavericks OS X.

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 Jetty on Mac 10.9 Mavericks - Featured
  1. Download Latest Jetty Web Server Release:

    Jetty Server .tgz
  • Double-Click on Archive to Extract.

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

    Getting-Started with Jetty Java EE Web Server for Mac Mavericks 10.9 - Open Terminal

    In case first see: Terminal QuickStart Guide.

  • Relocating Jetty Web Server.

    sudo mv $HOME/Downloads/jetty* /opt/jetty
  • How to Install Recommended Oracle JDK on macOS:

    Install Oracle JDK for Mac
  • Starting Jetty Web Server.

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

    How to Deploy on Jetty
  • How to Install Tomcat 8 Server on macOS:
    Installing Tomcat7 Server on Mac.


    Tags: , , , , , , , , , , , , , , ,