Eclipse Jetty
Eclipse Jetty
Eclipse Jetty is an open-source Java HTTP server that supports the latest Java Servlet API, HTTP/2, WebSockets, and other modern web technologies. It is commonly used in both development and production environments.
Eclipse Jetty Features
Initialization system
The current Eclipse Jetty template uses the modern systemd initialization daemon.
Create an Eclipse Jetty Environment
Open the environment wizard
Sign in to the platform dashboard and click New Environment.

Select Jetty
Open the Java tab and select Jetty as the application server.

Configure the environment
Adjust the required settings, including automatic vertical scaling, horizontal scaling, public IP addresses, region, and environment name.
Create the environment
Review the topology and click Create. The platform provisions the Jetty server automatically.
Topology options
Choose resource limits and scaling settings according to the expected application workload. Attach a public IP only when direct external access is required.
Open and Verify Jetty
Open the server
After the environment is created, click Open in Browser beside the Jetty server.

Confirm the server is running
The Eclipse Jetty home page opens in a new browser tab. After confirming that the server is available, continue with application deployment.

Expected Result
A working Eclipse Jetty environment is created with the selected resource, scaling, networking, and region settings. The server can be opened through the browser and is ready for Java application deployment.
Important Notes
- The Jetty template uses the
systemdinitialization system. - Configure vertical and horizontal scaling according to expected application demand.
- Attach a public IP only when direct access is required.
- Confirm that the server home page opens before deploying the application.
- Use the Jetty Security guide when application access restrictions are required.
