How to install Jetty on Ubuntu 22.04

preview_player
Показать описание
Jetty provides a web server and servlet container, additionally providing support for HTTP/2, WebSocket, OSGi, JMX, JNDI, JAAS and many other integrations. These components are open source and are freely available for commercial use and distribution.

In this video I will show you how to install it

Useful Links:

WARNING - ANGLED BRACKETS AREN'T ALLOWED IN DESCRIPTION SO BE ATTENTIVE TO THE VIDEO IN NANO EDITOR

Commands Used:
sudo apt update sudo apt upgrade -y
sudo apt install jetty9
sudo systemctl enable jetty9
sudo systemctl start jetty9
sudo systemctl status jetty9
Рекомендации по теме