📄️ Jetty Server
Eclipse Jetty is an open source Java-based HTTP (web) server, which provides the latest Java Servlet API, HTTP/2 protocol, WebSocket support and more. Jetty is widely used within various projects and products (both in development and production) due to the following features:
📄️ Jetty Custom Variables
Environment variables represent a kind of placeholders, where you can store the frequently used parameters' values or strings in order not to specify them manually in the code each time they are needed. There is a number of default environment variables which are preconfigured at the platform application servers and can be easily integrated into your app, hosted within these servers, to make your work with the platform even more convenient.
📄️ Jetty Security
This document will help you to configure security realms for your Jetty application server in order to level up the protection of your app. Correctly configured realms provide the ability: