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
-
How to Install the Latest Jetty Web Server on macOS
-
Open Terminal Window
(Press “Enter” to Execute Commands)In case first see: Terminal QuickStart Guide.
-
Compressing Web App into War Archive.
cd </pat/2/myWebApp>
jar -cvf my_web_app.war *
-
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.
How to Install Tomcat 7 Server on Mac