Apache Jetty Download _hot_ Official
: Available as .zip (recommended for Windows) or .tar.gz (recommended for Linux/Unix).
For cloud-native deployments, Jetty is available as an official Docker image . These images often come pre-configured with various JRE versions and Alpine Linux for a minimal footprint. Basic Installation and Setup
Most modern Java projects integrate Jetty using build tools like Apache Maven or Gradle. : jetty-server Group ID : org.eclipse.jetty apache jetty download
There are several ways to acquire Jetty depending on your project's needs, ranging from manual standalone installations to automated build tool dependencies. 1. Official Standalone Distribution
For manual installations, download the distribution from the official Eclipse Jetty website. : Available as
: Add the dependency to your pom.xml to use Jetty as an embedded server. 3. Containerized Versions
Selecting the correct version is critical for compatibility with your Java Runtime Environment (JRE) and Jakarta EE requirements. Jetty Version Required Java Jakarta EE Version EE8, EE9, EE10, EE11 Stable / Supported Jetty 12.0.x EE8, EE9, EE10 Stable / Supported Jetty 11.0.x EOL / Unsupported Jetty 10.0.x EOL / Unsupported Jetty 9.4.x EOL / Unsupported How to Download Apache Jetty Basic Installation and Setup Most modern Java projects
Once you have downloaded the distribution, follow these steps to get your server running: Jetty Downloads - Eclipse Jetty