Version: 9.4.5.v20170502 |
private support for your internal/customer projects ... custom extensions and distributions ... versioned snapshots for indefinite support ... scalability guidance for your apps and Ajax/Comet projects ... development services for sponsored feature development
Table of Contents
Jetty ships with a bundle of servlets that interact with the key classes. Most are in the org.eclipse.jetty.servlets package. These servlets and filters are among the principle elements of Jetty as a component-based infrastructure that holds and runs J2EE applications. As described, they play a major role in running and maintaining the Jetty server.
Also included are a number of Jetty specific handlers that allow access to internals of jetty that would not normally be exposed and are very useful testing environments and many production scenarios.
org.eclipse.jetty.servlet.DefaultServlet
The DefaultServlet
implements the ResourceFactory
interface and extends the HttpServlet
abstract class.
It is usually mapped to "/" and provides handling for static content, OPTION
and TRACE
methods for the context.
The MOVE
method is allowed if PUT
and DELETE
are allowed.
See the DefaultServlet
javadoc.
Jetty supports the following initParameters
: