Servlet Container
A servlet container is a java run time environment that supports the
deploying and running of standard Servlets.
A container does not provide HTTP services, but maintains the
environment, context, services and lifecycle expected by a servlet.
Jetty provides both a HTTP server and a ServletContainer.