https://catalogartifact.azureedge.net/publicartifacts/kcloudhubllc1763357129530.jetty1-f630da2b-a006-4a79-952f-b43e1e1ba620/f5812841-b561-48e1-a776-effd422c7e48_kCloud216.png

Jetty

Autor: kCloudHub LLC

(1 hodnocení)

Version 12.0.6 + Free Support on Ubuntu 24.04

Jetty is a lightweight, open-source Java-based web server and servlet container that provides a robust platform for serving web applications, REST APIs, and embedded HTTP services. It is highly scalable, fast, and modular, making it ideal for cloud-native, microservices, and IoT environments.

Features of Jetty:

  • Lightweight and embeddable, suitable for standalone servers or integration into Java applications.
  • Supports HTTP/1.1, HTTP/2, WebSocket, and asynchronous request processing for high performance.
  • Modular architecture with pluggable components for server, logging, deployment, and security.
  • Compatible with Java EE / Jakarta EE standards for servlet and web application development.
  • Efficient memory usage and fast startup times for scalable production environments.
  • To start Jetty, run: java -jar $JETTY_HOME/start.jar --list-config
  • By default, Jetty listens on port 8080. Access it via: http://your-ip:8080

Disclaimer:
Jetty is distributed under the Eclipse Public License (EPL) and Apache License 2.0. We are not affiliated with, endorsed by, or sponsored by the Eclipse Foundation. The software is provided “as is,” without warranties of any kind. Users are responsible for configuring, deploying, and securing Jetty-based servers and applications in accordance with all applicable licensing terms.