CINXE.COM
The Eclipse Jetty Project :: Eclipse Jetty
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <title>The Eclipse Jetty Project :: Eclipse Jetty</title> <link rel="canonical" href="https://jetty.org/index.html"> <meta name="generator" content="Antora 3.2.0-alpha.4"> <link rel="stylesheet" href="./_/css/site.css"> <script async src="https://www.googletagmanager.com/gtag/js?id=G-VS4ZRD6HVM"></script> <script>function gtag(){dataLayer.push(arguments)};window.dataLayer=window.dataLayer||[];gtag('js',new Date());gtag('config','G-VS4ZRD6HVM')</script> <link rel="icon" href="./_/img/favicon.ico" type="image/x-icon"/> </head> <body class="article"> <header class="header"> <nav class="navbar"> <div class="navbar-brand"> <a class="navbar-item logo" href="https://jetty.org"><img src="./_/img/jetty-logo.svg" alt="Eclipse Jetty" width="120"></a> <a class="navbar-item" href="https://jetty.org">Eclipse Jetty</a> <button class="navbar-burger" aria-controls="topbar-nav" aria-expanded="false" aria-label="Toggle main menu"> <span></span> <span></span> <span></span> </button> </div> <div id="topbar-nav" class="navbar-menu"> <div class="navbar-end"> <div class="navbar-item search hide-for-print"> <div id="search-field" class="field"> <input id="search-input" type="text" placeholder="Search the docs" autofocus> </div> </div> <a class="navbar-item" href="docs/index.html">Documentation</a> <a class="navbar-item" href="support.html">Support</a> <!--a class="navbar-item" href="community.html">Community</a--> <a class="navbar-item" href="security.html">Security</a> <a class="navbar-item" href="download.html">Download</a> <div class="navbar-item has-dropdown is-hoverable"> <a class="navbar-link" href="#">Links</a> <div class="navbar-dropdown"> <a class="navbar-item" href="https://github.com/jetty/jetty.project">Source Code</a> <a class="navbar-item" href="https://github.com/jetty/jetty.project/issues">Issues</a> <a class="navbar-item" href="docs/contribution-guide/index.html">Contributing</a> </div> </div> </div> </div> </nav> </header> <div class="body"> <main class="article"> <div class="toolbar" role="navigation"> <a href="index.html" class="home-link is-current"></a> <nav class="breadcrumbs" aria-label="breadcrumbs"> </nav> <div class="edit-this-page"><a href="https://github.com/jetty/jetty.website/edit/main/home/modules/ROOT/pages/index.adoc">Edit this Page</a></div> </div> <div class="content"> <aside class="toc sidebar" data-title="Page Contents" data-levels="2"> <div class="toc-menu"></div> </aside> <article class="doc"> <h1 class="page">The Eclipse Jetty Project</h1> <div id="preamble"> <div class="sectionbody"> <div class="imageblock"> <div class="content"> <img src="_images/jetty-logo.svg" alt="Jetty Logo" width="50%"> </div> </div> <div class="paragraph"> <p>Eclipse Jetty provides a highly scalable and memory-efficient web server and servlet container, supporting many protocols such as HTTP/3,2,1 and WebSocket. Furthermore, the project offers integrations with many other technologies, such as OSGi, JMX, JNDI, JAAS, etc. These components are open source and are freely available for commercial use and distribution under both the EPL2 and Apache2 licenses.</p> </div> </div> </div> <div class="sect1"> <h2 id="blog-entries"><a class="anchor" href="#blog-entries"></a>Blog Entries</h2> <div class="sectionbody"> <div class="sect2 card-section"> <h3 id="jetty-feed"><a class="anchor" href="#jetty-feed"></a>Jetty Blogs</h3> <div class="card-entries" data-feed="https://webtide.com/blog/feed/" data-max="6"></div> </div> <div class="paragraph"> <p>The Eclipse Jetty project, a powerhouse in the open-source web server and servlet container realm boasts a robust codebase and a wealth of knowledge readily available through its official blogs. These blogs serve as a vibrant hub for developers of all levels, offering insights, technical deep-dives, and practical guidance on navigating the world of Jetty.</p> </div> </div> </div> <div class="sect1"> <h2 id="where-is-jetty-used"><a class="anchor" href="#where-is-jetty-used"></a>Where is Jetty used?</h2> <div class="sectionbody"> <div class="paragraph"> <p>Jetty has been used in various projects and products in development and production for over 20 years. Developers have long loved Jetty due to its history of being easily embedded in devices, tools, frameworks, application servers, and modern cloud services. Jetty serves the primary applications for billion-dollar companies, lurks in many cloud services, and has been involved in missions to Mars and on devices floating in the oceans of Earth. We are continuously astounded at the places where Jetty has appeared.</p> </div> <div class="paragraph"> <p>Many documentation resources are available, including an operations guide and a programmer’s guide, all accessible from the <a href="docs/">Documentation</a> page.</p> </div> </div> </div> <div class="sect1"> <h2 id="about-jetty"><a class="anchor" href="#about-jetty"></a>About Jetty</h2> <div class="sectionbody"> <div class="sect2"> <h3 id="where-has-jetty-called-home"><a class="anchor" href="#where-has-jetty-called-home"></a>Where has Jetty called home?</h3> <div class="paragraph"> <p>The Jetty project has found its home in many places over the last 20+ years.</p> </div> <div class="sect3"> <h4 id="eclipse-and-github"><a class="anchor" href="#eclipse-and-github"></a>Eclipse and Github</h4> <div class="paragraph"> <p>In 2009, the Jetty project moved its core components to be a project of the Eclipse Foundation to improve the IP processes and broaden the licensing and community of the project. Beginning with Jetty 9, the project was moved to the Eclipse Foundation. Additionally, in 2016, the project moved the canonical source and issue repository to Github.</p> </div> </div> <div class="sect3"> <h4 id="codehaus"><a class="anchor" href="#codehaus"></a>Codehaus</h4> <div class="paragraph"> <p>In 2005, the jetty project moved to The Codehaus for its hosting services and open-source community. In 2009, after the core components of Jetty moved to Eclipse, the Jetty @ codehaus project continued to provide integrations, extensions, and packaging of Jetty.</p> </div> </div> <div class="sect3"> <h4 id="sourceforge"><a class="anchor" href="#sourceforge"></a>Sourceforge</h4> <div class="paragraph"> <p>From 2000 to 2005, the Jetty project was hosted at sourceforge.net, where versions 3.x, 4.x and 5.x were produced.</p> </div> </div> </div> <div class="sect2"> <h3 id="who-has-funded-the-development-of-jetty"><a class="anchor" href="#who-has-funded-the-development-of-jetty"></a>Who has funded the development of Jetty?</h3> <div class="paragraph"> <p>The development of the Jetty project has been fully funded over the years through close collaboration with many wonderful clients. Professional Support has been organized through the entities mentioned below over the years.</p> </div> <div class="sect3"> <h4 id="webtide"><a class="anchor" href="#webtide"></a>Webtide</h4> <div class="paragraph"> <p>In 2015, the development of Jetty was once more taken over by Webtide when the developers split away from Intalio, taking full ownership of the company behind the open-source project. Webtide is now 100% developer-owned and operated and fully funds the ongoing development of the Jetty project through services and support for the open-source releases of the Jetty project.</p> </div> </div> <div class="sect3"> <h4 id="intalio"><a class="anchor" href="#intalio"></a>Intalio</h4> <div class="paragraph"> <p>The role of the development of Jetty was taken over in 2009 by Intalio, Inc., who acquired both Webtide and Mort Bay. Intalio was a company that offered both products and services based on open-source software. They employed many jetty developers and contributors in addition to other open-source and closed-source platforms.</p> </div> </div> <div class="sect3"> <h4 id="webtide-2"><a class="anchor" href="#webtide-2"></a>Webtide</h4> <div class="paragraph"> <p>The role of leading the development of Jetty was taken over in 2006 by Webtide LLC, formed as a joint venture between Mort Bay and partners providing marketing, sales, and strategic assistance to the open-source project.</p> </div> </div> <div class="sect3"> <h4 id="mort-bay"><a class="anchor" href="#mort-bay"></a>Mort Bay</h4> <div class="paragraph"> <p>The Java HTTP server that became Jetty was initially developed in 1995 by Greg Wilkins of Mort Bay Consulting as part of an issue-tracking application. Versions 1.x through to 6.1.x of Jetty were developed under org.mortbay packaging and Mort Bay still hold the central part of the copyright on the Jetty code base. Mort Bay directly hosted the jetty project until version 3.x and was the prime sponsor of development until 6.x.</p> </div> </div> </div> </div> </div> </article> </div> </main> </div> <footer class="footer"> <div class="footer-main"> <figure class="footer-brand"> <a class="logo" href="https://jetty.org"><img src="./_/img/jetty-logo.svg" alt="Eclipse Jetty" height="46" width="160"></a> </figure> <ul class="footer-brand-links"> <li><a href="docs/index.html">Docs</a></li> <li><a href="support.html">Support</a></li> <li>Lists: <a href="http://dev.eclipse.org/mhonarc/lists/jetty-users/maillist.html" target="_blank" rel="noopener">users</a> - <a href="http://dev.eclipse.org/mhonarc/lists/jetty-dev/maillist.html" target="_blank" rel="noopener">dev</a></li> <li><a href="https://github.com/eclipse/jetty.project" target="_blank" rel="noopener">Source</a></li> </ul> <p class="footer-brand-follow"> <a href="https://twitter.com/JettyProject" title="Follow us on X" target="_blank" rel="noopener"><img src="./_/img/x-logo.svg" alt="X logo" class="logo" width="24"><span class="handle">@JettyProject</span></a> </p> </div> <div class="footer-legal"> <p>Copyright 漏 2008-2025 Webtide</p> <p>The <a href="https://github.com/jetty/jetty.website" target="_blank" rel="noopener">UI for this site</a> is derived from the Antora default UI and is licensed under the MPL-2.0 license. Several icons are imported from <a href="https://primer.style/octicons/" target="_blank" rel="noopener">Octicons</a> and are licensed under the MIT license.</p> <p>Eclipse Jetty庐 is a trademarks of the Eclipse Foundation, Inc.</p> </div> <div class="footer-thanks"> <p>This project is made possible by Webtide. Additional thanks to the <a href="https://eclipse.org" target="_blank" rel="noopener">Eclipse Foundation</a> for hosting this project.</p> <p class="badges"> <a href="https://webtide.com" title="Development led by Webtide" target="_blank" rel="noopener"><img src="./_/img/webtide-logo.png" alt="Webtide Logo" width="100"></a> <a href="https://jetbrains.com/idea" title="IntelliJ IDEA integration provided by JetBrains" target="_blank" rel="noopener"><img src="./_/img/jetbrains.svg" alt="Jetbrains Logo" width="24"></a> </p> <p>Authored in <a href="https://asciidoc.org" target="_blank" rel="noopener">AsciiDoc</a>.<br>Produced by <a href="https://antora.org" target="_blank" rel="noopener">Antora</a> and <a href="https://asciidoctor.org" target="_blank" rel="noopener">Asciidoctor</a>.</p> </div> </footer> <script id="site-script" src="./_/js/site.js" data-ui-root-path="./_"></script> <template id="card-entry" class="hidden"> <div class="card-block"> <a class="card-link"> <div class="card-title"></div> <div class="card-content overflow"> <p></p> </div> </a> </div> </template> <script async src="./_/js/feeds.js"></script> <script async src="./_/js/vendor/highlight.js"></script> <script src="./_/js/vendor/lunr.js"></script> <script src="./_/js/search-ui.js" id="search-ui-script" data-site-root-path="." data-snippet-length="100" data-stylesheet="./_/css/search.css"></script> <script async src="./search-index.js"></script> </body> </html>