This document provides an overview of the Jetty web server and servlet container. It discusses:
- Jetty's ability to function as an HTTP server, HTTP client, and servlet container. It is open source and embeddable with a small memory footprint.
- The asynchronous nature of Jetty which never blocks for I/O activity.
- Supported Java versions for different Jetty versions ranging from Java 1.6 to 1.8.
- Information on configuration files, modules, and commands for starting Jetty.