This document provides a comparative analysis of the Jetty and Tomcat web servers. It discusses their technical differences, such as architecture (Jetty uses a modular component approach while Tomcat is monolithic) and performance (Jetty scales better with many idle connections). It also covers non-technical comparisons like market share (Jetty is gaining on Tomcat), development community (Jetty's is more stable and collaborative), and how Jetty more closely follows web standards. The document concludes that while Tomcat is widely used, Jetty's flexibility and responsiveness to changes make it a preferable option.