Mac OS X Jetty Deployment Quick-Start Guide

January 9, 2014 | By Stalker.

Mac OS X Jetty Deployment Quick Start Guide

The Guide shows you How to Get Started Deploying on Jetty Web Server for macOS.

The Deployment Procedure on Jetty it’s Explained Step-by-Step Starting from with the Java Web App Source.

Jetty Main Features:

  • Asynchronous HTTP Server
  • Standards based Servlet Container
  • Web Sockets server
  • SPDY server
  • Asynchronous HTTP Client
  • OSGi, JNDI, JMX, JASPI, AJP support
Mac OS X Jetty Deployment Quick Start Guide - Featured
  1. How to Install Latest Jetty Web Server on macOS

    Installing Latest Jetty for Mac
  2. Open Terminal Window
    (Press “Enter” to Execute Commands)

    Mac OS X Jetty Deployment Quick Start Guide - Open Terminal
  3. Compressing Web App into War Archive.

    cd </pat/2/myWebApp>
    jar -cvf my_web_app.war *
  4. Deploying the Web App on Jetty Container.

    sudo su -c "my_web_app.war </pat/2/>/jetty*/webapps/"

    The Web App Should be Automatically Deployed but If Not Then simply Restart Jetty.

  5. How to Install Tomcat 7 Server on Mac

    Install Tomcat7 for Mac

QuickChic Theme • Powered by WordPress