Linux Jetty Deployment – QuickStart Guide
The Guide shows you How to Get Started Deploying on Jetty Web Server in GNU/Linux Platforms.
And the Jetty Deployment procedure it’s Explained Step-by-Step Starting from 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 Container on Linux:
-
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.