Welcome to the Jetty Documentation Wiki. Jetty is an an open-source project providing an HTTP server, HTTP client, and javax.servlet container. The Jetty Wiki provides information about getting started with Jetty, basic configuration, specific features, optimization, security, JavaEE, monitoring, FAQs, help with troubleshooting, and more. It includes tutorials, howtos, videos, feature descriptions, reference materials, and FAQs.
Getting Started: Download, Install, Configure, RunGetting Started with Jetty (video) How to Configure Jetty – Master Doc How to Run Jetty with JConsole Jetty and Maven HelloWorld Tutorial Getting Starting with Jetty (6) on www.itjungle.com Embedding JettyEmbedding Jetty Tutorial Jetty Embedded HelloWorld Tutorial Embedding Jetty (video) | Configuring JettyHow to configure virtual hosts How to configure persisting sessions How to redirect or move a context How to have a webapp respond only on a specific port Optimizing JettyHow to configure Garbage Collection for Jetty How to Configure for high load |
Deploying Applications within JettyHow to Deploy Web Applications | Developing with JettyUsing Build ToolsUsing IDEsHow to use Jetty with Eclipse IDE How to use Jetty with IntelliJ |
Configuring Ajax, Comet and Asynchronous ServletsContinuations and Asynchronous Servlets | TroubleshootingHow to Use the Jetty Dump Feature Links to blog entries by Jetty developers responding to user dilemmas FAQ |
Using Servlets and Filters | Logging/MonitoringHow to configure custom error pages Configuring Jetty Statistics Tutorial |
Setting Security PoliciesConfiguring Security Realms Tutorial Java Authentication and Authorization Service (JAAS) Configuring JAAS Tutorial Securing Passwords in Files or Code Tutorial How to enable and disable SSL Cipher Suites in Jetty How to secure stored passwords in Jetty How to secure termination of Jetty | Upgrading Jetty |
Using JavaEE FeaturesHow to configure JNDI datasource | ClientAsynchronous HTTP Client Tutorial |
IntegrationsMobile ComputingBuild Tools, DebuggersMaven SupportMaven Web App Project Archetypes Ant SupportAnt Jetty Plugin EclipseDeveloping Jetty in Eclipse Jetty-OSGi SDK for Eclipse-PDE EclipseRT Jetty StarterKit SDK IDEA | ReferenceGenerated Release ReferenceThe reference documentation for the latest stable release can always be found here: API and XRef documentation for previous releases can be found on the Index of Generated Release Documents. GeneralConfigurationJetty XML Syntax - Jetty IOC configuration Jetty XML Usage - Using and combining Jetty configurations Configuration Filesjetty.xml - Server configuration jetty-web.xml - Webapp configuration jetty-env.xml - JNDI configuration webdefault.xml - Pre-web.xml configuration override-web.xml - Post-web.xml configuration FeaturesSSL Connectors Reference QoSFilter Reference DoSFilter Reference |
Inversion of Control and Dependency Injection Frameworks | Contributing |