client/
- Jetty HttpClient with Dynamic Connection support supporting both HTTP/1 and HTTP/2.client-certificates/
- Enable the JVM handling of Client Certificates within Jetty Servercompressed-encoding/
- GzipHandler support on Jetty Server for dynamically compressing responsesconnectors/
- Using Connector names and virtual hosts on webapps to bind specific webapps to specific connectorsdeploying/
- Setup a delayed webapp hot deployment.ee8-jsp/
- Enable JSP processing in EE8 Servlet environment (with Taglib)ee8-webapp-context/
- Setup an EE8 WebAppContext from File System or Classpathee10-error-handling/
- Setup and configure EE10 Servlet / WebApp Error Handlingee10-file-server/
- Serve static files in EE10 Servlet environment using one or more DefaultServletee10-form-post/
- Form submission in EE10 Servlet environmentee10-jersey-weld/
- Enable Jersey (REST) and Weld (CDI) in the EE10 Servlet environmentee10-jsp/
- Enable JSP processing in EE10 Servlet environment (with Taglib)ee10-metainf-resources/
- SupportingMETA-INF/resources
with a ServletContextHandleree10-servlet-ambiguous-paths/
- Configuring EE10 Servlet environment to handle Ambiguous URI Pathsee10-servlet-config/
- Configuring EE10 Servlet environment (eg: multiple filter mappings)ee10-servlet-security/
- EE10 Servlet transport guarantee security constraintee10-servlet-server/
- Simple EE10 Servlet environmentee10-servlet-with-cdi/
- EE10 Servlet environment with CDI supportee10-uber-jar/
- Building a uber-jar with all dependencies integrated for Jetty Serveree10-uber-war/
- Building an uber-WAR that can run as a deployed WebApp/WAR or as a standalone uber-jar with all dependencies integrated for Jetty Server.ee10-webapp-context/
- Setup an EE10 WebAppContext from a File System or ClassPathee10-websocket-jakarta-api/
- Usingjakarta.websocket
API fromServletContextHandler
ee10-websocket-jetty-api/
- Using Jetty WebSocket API fromServletContextHandler
file-server/
- Serving static files withResourceHandler
file-upload/
- Handlingmultipart/form-data
Form File Uploads via Jetty Core or Servlet APIsform-post/
- Handling forms (query, orapplication/x-www-form-urlencoded
ormultipart/form-data
) with Jetty Corehttp-config/
- UsingHttpConfiguration
jndi/
- UsingJNDI
from EE10 Servlet environmentlimited-requests/
- Creating aHandler.Wrapper
to limit the number of pipelined requests in a single HTTP/1 connectionlogging-java-util-logging/
- Usingjava.util.logging
from Jetty Corelogging-mixed/
- Using multiple Logging APIs from Jetty Corelogging-slf4j/
- Usingorg.slf4j
from Jetty Corelogging-slf4j-and-log4j2/
- Usingorg.slf4j
API from Jetty Core, but outputting via log4j.logging-system-err/
- Usingjetty-slf4j-impl
as output via Jetty Corepath-mapping-handler/
- UsingPathMappingsHandler
to control how your Jetty Core handlers are wired upredirect/
- UsingSecuredRedirectHandler
to ensure that https is usedrequestlog/
- Setting up aCustomRequestLog
to output to file ororg.slf4j
named loggerrewrite/
- UsingRewriteHandler
using Jetty Coresimple-server/
- Simple Server using Jetty Corevirtual-hosts/
- Using Virtual Hosts with Contexts in Jetty Corexml/
- Using JettyXmlConfiguration
to separate configuration from code