Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Jetty"

m
m
Line 1: Line 1:
 
{{Jetty}}  
 
{{Jetty}}  
 +
 +
'''NOTICE: We are reorganizing the Jetty Documentation WIKI to a topic-based orientation. Approximately half of the links are updated in the new wiki page below. If the link you want is not live, you can find the document you want by clicking the tabs above: Getting Started, Features, Tutorials, How Tos, etc. Thank you for your patience.'''
  
 
Welcome to the Jetty Documentation Wiki. Jetty is an open-source project providing an HTTP server, HTTP client, and javax.servlet container. This 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.  
 
Welcome to the Jetty Documentation Wiki. Jetty is an open-source project providing an HTTP server, HTTP client, and javax.servlet container. This 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.  
 +
 +
=== Application Server Integrations  ===
 +
 +
=== Inversion of Control and Dependency Injection Frameworks  ===
  
 
{|
 
{|
 
|-
 
|-
 
! scope="col" width="500" |  
 
! scope="col" width="500" |  
== Jetty Documentation ==
+
== Jetty Documentation ==
+
 
 
! scope="col" width="350" |  
 
! scope="col" width="350" |  
|
+
|  
 
|  
 
|  
 
|-
 
|-
 
|  
 
|  
=== Getting Started: Download, Install, Configure, Run ===
+
=== Getting Started: Download, Install, Configure, Run ===
 +
 
 
|  
 
|  
=== Configuring Jetty ===
+
=== Configuring Jetty ===
 +
 
 
|  
 
|  
 
|-
 
|-
Line 28: Line 36:
 
|-
 
|-
 
| [[Jetty/Howto/Configure Jetty|How to Configure Jetty – '''Master Doc''']]  
 
| [[Jetty/Howto/Configure Jetty|How to Configure Jetty – '''Master Doc''']]  
| [[Jetty/Howto/Configure_Connectors|How to Configure Connectors]]
+
| [[Jetty/Howto/Configure Connectors|How to Configure Connectors]]
 
|-
 
|-
 
| [[Jetty/Howto/Run Jetty|How to Run Jetty]]  
 
| [[Jetty/Howto/Run Jetty|How to Run Jetty]]  
| [[Jetty/Howto/Configure_Virtual_Hosts|How to Configure Virtual Hosts]]
+
| [[Jetty/Howto/Configure Virtual Hosts|How to Configure Virtual Hosts]]
 
|-
 
|-
 
| [[Jetty/Howto/Run Jetty with JConsole|How to Run Jetty with JConsole]]  
 
| [[Jetty/Howto/Run Jetty with JConsole|How to Run Jetty with JConsole]]  
Line 37: Line 45:
 
|-
 
|-
 
| [[Jetty/Howto/Develop|How to Develop with Jetty]]  
 
| [[Jetty/Howto/Develop|How to Develop with Jetty]]  
| [[Jetty/Howto/Persisting_Sessions|How to Configure Persisting Sessions]]
+
| [[Jetty/Howto/Persisting Sessions|How to Configure Persisting Sessions]]
 
|-
 
|-
 
| [[Jetty/Tutorial/Jetty HelloWorld|Jetty HelloWorld Tutorial]]  
 
| [[Jetty/Tutorial/Jetty HelloWorld|Jetty HelloWorld Tutorial]]  
Line 45: Line 53:
 
| [[Jetty/Howto/WebappPerConnector|How to Have a Web App Respond on a Specific Port]]
 
| [[Jetty/Howto/WebappPerConnector|How to Have a Web App Respond on a Specific Port]]
 
|-
 
|-
| [[http://www.itjungle.com/fhg/fhg082708-story02.html Getting Starting with Jetty (6) (on www.itjungle.com)]]
+
| [[http://www.itjungle.com/fhg/fhg082708-story02.html Getting Starting with Jetty (6) (on www.itjungle.com)]]  
|
+
|  
 
|-
 
|-
 
| [[Jetty/Feature/Start.jar|Jetty Start.jar]]  
 
| [[Jetty/Feature/Start.jar|Jetty Start.jar]]  
Line 52: Line 60:
 
|-
 
|-
 
|  
 
|  
=== Embedding Jetty ===
+
=== Embedding Jetty ===
|
+
 
=== Optimizing Jetty ===
+
|  
|
+
=== Optimizing Jetty ===
 +
 
 +
|  
 
|-
 
|-
| [[Jetty/Howto/Embed|How to Embed Jetty]]
+
| [[Jetty/Howto/Embed|How to Embed Jetty]]  
| [[Jetty/Howto/Garbage_Collection|How to Configure Garbage Collection]]
+
| [[Jetty/Howto/Garbage Collection|How to Configure Garbage Collection]]
 
|-
 
|-
| [[Jetty/Tutorial/Embedding_Jetty|Embedding Jetty Tutorial]]  
+
| [[Jetty/Tutorial/Embedding Jetty|Embedding Jetty Tutorial]]  
| [[Jetty/Howto/High_Load|How to Configure for High Load]]
+
| [[Jetty/Howto/High Load|How to Configure for High Load]]
 
|-
 
|-
| [[Jetty/Tutorial/Jetty_HelloWorld|Jetty Embedded HelloWorld Tutorial]]
+
| [[Jetty/Tutorial/Jetty HelloWorld|Jetty Embedded HelloWorld Tutorial]]  
|
+
|  
 
|-
 
|-
| [http://vimeo.com/19146453 Embedding Jetty (video)]
+
| [http://vimeo.com/19146453 Embedding Jetty (video)]
 
|-
 
|-
|
+
|  
=== Deploying Applications within Jetty ===
+
=== Deploying Applications within Jetty ===
|
+
 
=== Developing with Jetty ===
+
|  
|
+
=== Developing with Jetty ===
 +
 
 +
|  
 
|-
 
|-
| [[Jetty/Feature/Hot_Deployment|Hot Deployment]]
+
| [[Jetty/Feature/Hot Deployment|Hot Deployment]]  
 
| [[Jetty/Howto/Develop|How to Develop with Jetty]]
 
| [[Jetty/Howto/Develop|How to Develop with Jetty]]
 
|-
 
|-
 
| [[Jetty/Feature/ContextDeployer|Context Deployer]]  
 
| [[Jetty/Feature/ContextDeployer|Context Deployer]]  
| [[Jetty/Howto/Write_Jetty_Handler|How to Write Jetty Handlers]]
+
| [[Jetty/Howto/Write Jetty Handler|How to Write Jetty Handlers]]
 
|-
 
|-
| [[Jetty/Howto/Deploy_Web_Applications|How to Deploy Web Applications]]  
+
| [[Jetty/Howto/Deploy Web Applications|How to Deploy Web Applications]]  
 
|  
 
|  
==== Using Build Tools ====
+
==== Using Build Tools ====
|
+
 
|-  
+
|  
 +
|-
 
| [[Jetty/Feature/WebAppDeployer|WebApp Deployer]]  
 
| [[Jetty/Feature/WebAppDeployer|WebApp Deployer]]  
| [[Jetty/Howto/Use_Jetty_with_Maven|How to Use Jetty with Maven]]
+
| [[Jetty/Howto/Use Jetty with Maven|How to Use Jetty with Maven]]
 
|-
 
|-
| [[Jetty/Howto/Deploy_3rd_Party_Products|How to Deploy Third Party Products]]  
+
| [[Jetty/Howto/Deploy 3rd Party Products|How to Deploy Third Party Products]]  
| [[Jetty/Howto/Use_Jetty_with_Ant|How to use Jetty with Ant]]
+
| [[Jetty/Howto/Use Jetty with Ant|How to use Jetty with Ant]]
 
|-
 
|-
| [[Jetty_Expanded_Webapp_Deploy|Expanded Webapp Deploy]]  
+
| [[Jetty Expanded Webapp Deploy|Expanded Webapp Deploy]]  
|
+
|  
 
|-
 
|-
 
|  
 
|  
|
+
|  
==== Using IDEs ====
+
==== Using IDEs ====
|
+
 
 +
|  
 
|-
 
|-
|
+
|  
 
| How to use Jetty with Eclipse IDE
 
| How to use Jetty with Eclipse IDE
|-
 
|
 
| How to use Jetty with IntelliJ
 
 
|-
 
|-
 
|  
 
|  
=== Configuring Ajax, Comet and Asynchronous Servlets ===
+
| How to use Jetty with IntelliJ
|
+
|-
===Troubleshooting ===
+
|
|
+
=== Configuring Ajax, Comet and Asynchronous Servlets ===
 +
 
 +
|  
 +
=== Troubleshooting ===
 +
 
 +
|  
 
|-
 
|-
 
| [[Jetty/Feature/Continuations|Continuations and Asynchronous Servlets]]  
 
| [[Jetty/Feature/Continuations|Continuations and Asynchronous Servlets]]  
| [[Jetty/Howto/Use_the_Dump_Feature|How to Use the Jetty Dump Feature]]  
+
| [[Jetty/Howto/Use the Dump Feature|How to Use the Jetty Dump Feature]]
 
|-
 
|-
| [[Jetty/Feature/1xx_Responses|100 Continue and 102 Processing]]  
+
| [[Jetty/Feature/1xx Responses|100 Continue and 102 Processing]]  
|
+
|
 +
|-
 +
| http://blogs.webtide.com/gregw/entry/jetty_websocket_server WebSocket Servlet]
 +
|
 +
=== [http://webtide.intalio.com/ Webtide Blog] ===
 +
 
 +
|  
 
|-
 
|-
| http://blogs.webtide.com/gregw/entry/jetty_websocket_server WebSocket Servlet]
 
|
 
=== [http://webtide.intalio.com/ Webtide Blog]===
 
|
 
|-
 
 
| [http://blogs.webtide.com/gregw/entry/asynchronous_restful_webapplication Asynchronous REST]  
 
| [http://blogs.webtide.com/gregw/entry/asynchronous_restful_webapplication Asynchronous REST]  
|
+
|  
 
|-
 
|-
| [[Jetty/Feature/Stress_Testing_CometD|Stress Testing CometD]]
+
| [[Jetty/Feature/Stress Testing CometD|Stress Testing CometD]]  
 
|  
 
|  
 
|-
 
|-
|
+
|  
=== Using Servlets and Filters ===
+
=== Using Servlets and Filters ===
|
+
 
=== Logging/Monitoring ===
+
|  
|
+
=== Logging/Monitoring ===
 +
 
 +
|  
 
|-
 
|-
| Servlets Bundled with Jetty  
+
| Servlets Bundled with Jetty  
| How to Configure Request Logs  
+
| How to Configure Request Logs
 
|-
 
|-
| Quality of Service Filter
+
| Quality of Service Filter  
 
| How to Configure Custom Error Pages
 
| How to Configure Custom Error Pages
 
|-
 
|-
| Cross Origin Filter
+
| Cross Origin Filter  
 
| Configuring Jetty Statistics
 
| Configuring Jetty Statistics
 
|-
 
|-
|
+
|  
 
| Configuring Jetty Statistics Tutorial
 
| Configuring Jetty Statistics Tutorial
 
|-
 
|-
|
+
|  
| Configuring Jetty Request Log Tutorial
+
| Configuring Jetty Request Log Tutorial
|-
+
|
+
| Java-monitor
+
 
|-
 
|-
|
+
|
=== Setting Security Policies ===  
+
| Java-monitor
|
+
|-
=== Upgrading Jetty ===
+
|  
|
+
=== Setting Security Policies ===
 +
 
 +
|  
 +
=== Upgrading Jetty ===
 +
 
 +
|  
 
|-
 
|-
| Security Realms
+
| Security Realms  
 
| Porting to Jetty 6 from earlier versions of Jetty
 
| Porting to Jetty 6 from earlier versions of Jetty
|-  
+
|-
| Configuring Security Realms Tutorial
+
| Configuring Security Realms Tutorial  
 
| Porting to Jetty 7
 
| Porting to Jetty 7
 
|-
 
|-
| Java Authentication and Authorization Service (JAAS)
+
| Java Authentication and Authorization Service (JAAS)  
 
| Porting to Jetty 8
 
| Porting to Jetty 8
 
|-
 
|-
| Configuring JAAS Tutorial
+
| Configuring JAAS Tutorial  
| Porting from Tomcat  
+
| Porting from Tomcat
 
|-
 
|-
 
| JASPI  
 
| JASPI  
 
| Jetty Version Comparison Table
 
| Jetty Version Comparison Table
 
|-
 
|-
| Secure Mode
+
| Secure Mode  
|
+
|  
 
|-
 
|-
 
| Securing Passwords in Files or Code Tutorial  
 
| Securing Passwords in Files or Code Tutorial  
|
+
|
 +
|-
 +
| How to enable and Disable SSL Cipher Suites in Jetty
 +
|  
 
|-
 
|-
| How to enable and Disable SSL Cipher Suites in Jetty
 
|
 
|-
 
 
| How to Secure Stored Passwords in Jetty  
 
| How to Secure Stored Passwords in Jetty  
|
+
|  
 
|-
 
|-
 
| How to Secure Termination of Jetty  
 
| How to Secure Termination of Jetty  
|
+
|  
 
|-
 
|-
 
| How to Configure Spnego  
 
| How to Configure Spnego  
|
+
|  
 
|-
 
|-
|
+
|  
=== Using JavaEE Features ===
+
=== Using JavaEE Features ===
|
+
 
=== Client
+
|  
|
+
=== Client  
 +
 
 +
|  
 
|-
 
|-
| Configuring JNDI
+
| Configuring JNDI  
 
| Asynchronous HTTP Client Tutorial
 
| Asynchronous HTTP Client Tutorial
 
|-
 
|-
| How to configure JNDI datasource
+
| How to configure JNDI datasource  
|
+
|  
|-
+
| Supported Annotations
+
|
+
|-
+
| Invoking Other Web Resources
+
|
+
|-
+
|
+
=== Integrations ===
+
|
+
=== Reference ===
+
|
+
 
|-
 
|-
|
+
| Supported Annotations
==== Mobile Computing =====
+
|  
|
+
====Generated Release Reference ====
+
|
+
 
|-
 
|-
| Google Android i-jetty
+
| Invoking Other Web Resources
| Jetty 7 Latest JavaDoc
+
|  
 
|-
 
|-
| JME CDC
+
|
 +
=== Integrations  ===
 +
 
 +
|
 +
=== Reference  ===
 +
 
 +
|
 +
|-
 +
|
 +
==== Mobile Computing = ====
 +
 
 +
|
 +
==== Generated Release Reference  ====
 +
 
 +
|
 +
|-
 +
| Google Android i-jetty
 +
| Jetty 7 Latest JavaDoc
 +
|-
 +
| JME CDC  
 
| Jetty 7 Latest Source XRef
 
| Jetty 7 Latest Source XRef
 
|-
 
|-
|
+
|  
=== Build Tools, Debuggers ===
+
=== Build Tools, Debuggers ===
 +
 
 
| API and XRef documentation for previous release is on the Index of Generated Release Documents.
 
| API and XRef documentation for previous release is on the Index of Generated Release Documents.
 
|-
 
|-
 
|  
 
|  
==== Maven Support ====
+
==== Maven Support ====
 +
 
 +
|
 +
==== General  ====
 +
 
 
|  
 
|  
====General ====
 
|
 
 
|-
 
|-
| Jetty Maven Plugin
+
| Jetty Maven Plugin  
 
| Jetty Architecture
 
| Jetty Architecture
 
|-
 
|-
 
+
| Maven Jetty Jspc Plugin  
| Maven Jetty Jspc Plugin
+
 
| Jetty JARS and Dependencies
 
| Jetty JARS and Dependencies
 
|-
 
|-
Line 247: Line 276:
 
| Start Options
 
| Start Options
 
|-
 
|-
|
+
|  
==== Ant Support ====
+
==== Ant Support ====
 +
 
 
| Jetty and JEE6 Web Profile
 
| Jetty and JEE6 Web Profile
 
|-
 
|-
| Ant Jetty Plugin
+
| Ant Jetty Plugin  
|
+
|  
 
|-
 
|-
 
|  
 
|  
==== Eclipse ====
+
==== Eclipse ====
|
+
 
==== Configuration ====
+
|  
|
+
==== Configuration ====
 +
 
 +
|  
 
|-
 
|-
 
| Developing Jetty in Eclipse  
 
| Developing Jetty in Eclipse  
Line 266: Line 298:
 
| Jetty XML Usage - Using and Combining Jetty Configurations
 
| Jetty XML Usage - Using and Combining Jetty Configurations
 
|-
 
|-
| Jetty-OSGi SDK for Eclipse-PDE
+
| Jetty-OSGi SDK for Eclipse-PDE  
|
+
|  
|-  
+
|-
 
| SDK EclipseRT Jetty StarterKit SDK  
 
| SDK EclipseRT Jetty StarterKit SDK  
|
+
|  
 
|-
 
|-
 
|  
 
|  
==== IDEA ====
+
==== IDEA ====
|
+
 
==== Configuration Files ====
+
|  
|
+
==== Configuration Files ====
 +
 
 +
|  
 
|-
 
|-
 
| Developing Jetty with IntelliJ  
 
| Developing Jetty with IntelliJ  
 
| jetty.xml - Server Configuration
 
| jetty.xml - Server Configuration
 
|-
 
|-
|
+
|  
=== OSGi ===
+
=== OSGi ===
 +
 
 
| jetty-web.xml - Web App Configuration
 
| jetty-web.xml - Web App Configuration
 
|-
 
|-
Line 288: Line 323:
 
| jetty-env.xml - JNDI Configuration
 
| jetty-env.xml - JNDI Configuration
 
|-
 
|-
| Jetty OSGi Powered Products
+
| Jetty OSGi Powered Products  
| webdefault.xml - Pre-web.xml configuration  
+
| webdefault.xml - Pre-web.xml configuration
 
|-
 
|-
 
| OSGi Tips  
 
| OSGi Tips  
Line 295: Line 330:
 
|-
 
|-
 
| Jetty as the HTTP Service in Equinox  
 
| Jetty as the HTTP Service in Equinox  
|
+
|  
=== Features ===
+
=== Features ===
|
+
 
 +
|  
 
|-
 
|-
 
| Jetty as the HTTP Service in Felix  
 
| Jetty as the HTTP Service in Felix  
Line 306: Line 342:
 
|-
 
|-
 
| ProSyst mBedded Server Equinox Edition  
 
| ProSyst mBedded Server Equinox Edition  
| DoSFilter Reference  
+
| DoSFilter Reference
 
|-
 
|-
 
| Jetty in Spring Dynamic Modules  
 
| Jetty in Spring Dynamic Modules  
|
+
|  
 
|-
 
|-
 
| Jetty in JOnAS5  
 
| Jetty in JOnAS5  
|
+
|  
 
|-
 
|-
=== Application Server Integrations ===
+
|  
|
+
 
| Apache Geronimo JEE  
 
| Apache Geronimo JEE  
|
+
|  
 
|-
 
|-
 
| Using Jetty with Apache httpd Tutorial  
 
| Using Jetty with Apache httpd Tutorial  
|
+
|  
 
|-
 
|-
 
| How to use Jetty with Apache, AJP, mod_jk, mod_proxy_balancer  
 
| How to use Jetty with Apache, AJP, mod_jk, mod_proxy_balancer  
Line 326: Line 361:
 
|-
 
|-
 
| RedHat JBoss  
 
| RedHat JBoss  
|
+
|  
 
|-
 
|-
 
| Remote Glassfish EJBs from Jetty  
 
| Remote Glassfish EJBs from Jetty  
Line 332: Line 367:
 
|-
 
|-
 
| Jetty and Spring EJB3 (Pitchfork)  
 
| Jetty and Spring EJB3 (Pitchfork)  
|
+
|  
 
|-
 
|-
 
| JBoss EJB3  
 
| JBoss EJB3  
|
+
|  
 
|-
 
|-
 
| ObjectWeb EasyBeans (aka JOnAS EJB3Container)  
 
| ObjectWeb EasyBeans (aka JOnAS EJB3Container)  
|
+
|  
 
|-
 
|-
|
+
|  
=== Clustering Technologies ===|
+
=== Clustering Technologies ===|
 +
 
 
| JBoss Infinispan (from Redhat)  
 
| JBoss Infinispan (from Redhat)  
|
+
|  
 
|-
 
|-
 
| Gigaspaces  
 
| Gigaspaces  
Line 357: Line 393:
 
|  
 
|  
 
|-
 
|-
| Session Clustering with Terracota Tutoria
+
| Session Clustering with Terracota Tutoria  
 
|  
 
|  
|-l
+
|-
|
+
|  
=== Web Frameworks ===|
+
=== Web Frameworks ===|
 +
 
 
| DWR  
 
| DWR  
 
|  
 
|  
Line 383: Line 420:
 
|  
 
|  
 
|-
 
|-
|
+
|  
=== Other ===
+
=== Other ===
 +
 
 
| Atomikos Transaction Manager  
 
| Atomikos Transaction Manager  
 
|  
 
|  
Line 412: Line 450:
 
|  
 
|  
 
|-
 
|-
=== Inversion of Control and Dependency Injection Frameworks ===
+
|  
|
+
=== Contributing ===
=== Contributing ===
+
 
 
| Jetty XML IOC  
 
| Jetty XML IOC  
 
|  
 
|  
 
|-
 
|-
| How to configure Jetty with Spring
+
| How to configure Jetty with Spring  
|  
+
|  
 
|-
 
|-
| How to configure Jetty with XBean Contributing  
+
| How to configure Jetty with XBean Contributing
 
+
 
|}
 
|}

Revision as of 21:03, 13 April 2011



NOTICE: We are reorganizing the Jetty Documentation WIKI to a topic-based orientation. Approximately half of the links are updated in the new wiki page below. If the link you want is not live, you can find the document you want by clicking the tabs above: Getting Started, Features, Tutorials, How Tos, etc. Thank you for your patience.

Welcome to the Jetty Documentation Wiki. Jetty is an open-source project providing an HTTP server, HTTP client, and javax.servlet container. This 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.

Application Server Integrations

Inversion of Control and Dependency Injection Frameworks

Jetty Documentation

Getting Started: Download, Install, Configure, Run

Configuring Jetty

Getting Started with jetty (video) How to Set the Context Path
Download and Install Jetty How to Know Which JARS to USE
How to Install a Jetty Bundle How to Use Port 80
How to Configure Jetty – Master Doc How to Configure Connectors
How to Run Jetty How to Configure Virtual Hosts
How to Run Jetty with JConsole How to Configure Session IDs
How to Develop with Jetty How to Configure Persisting Sessions
Jetty HelloWorld Tutorial How to Redirect or Move a Context
Jetty and Maven HelloWorld Tutorial How to Have a Web App Respond on a Specific Port
[Getting Starting with Jetty (6) (on www.itjungle.com)]
Jetty Start.jar

Embedding Jetty

Optimizing Jetty

How to Embed Jetty How to Configure Garbage Collection
Embedding Jetty Tutorial How to Configure for High Load
Jetty Embedded HelloWorld Tutorial
Embedding Jetty (video)

Deploying Applications within Jetty

Developing with Jetty

Hot Deployment How to Develop with Jetty
Context Deployer How to Write Jetty Handlers
How to Deploy Web Applications

Using Build Tools

WebApp Deployer How to Use Jetty with Maven
How to Deploy Third Party Products How to use Jetty with Ant
Expanded Webapp Deploy

Using IDEs

How to use Jetty with Eclipse IDE
How to use Jetty with IntelliJ

Configuring Ajax, Comet and Asynchronous Servlets

Troubleshooting

Continuations and Asynchronous Servlets How to Use the Jetty Dump Feature
100 Continue and 102 Processing
http://blogs.webtide.com/gregw/entry/jetty_websocket_server WebSocket Servlet]

Webtide Blog

Asynchronous REST
Stress Testing CometD

Using Servlets and Filters

Logging/Monitoring

Servlets Bundled with Jetty How to Configure Request Logs
Quality of Service Filter How to Configure Custom Error Pages
Cross Origin Filter Configuring Jetty Statistics
Configuring Jetty Statistics Tutorial
Configuring Jetty Request Log Tutorial
Java-monitor

Setting Security Policies

Upgrading Jetty

Security Realms Porting to Jetty 6 from earlier versions of Jetty
Configuring Security Realms Tutorial Porting to Jetty 7
Java Authentication and Authorization Service (JAAS) Porting to Jetty 8
Configuring JAAS Tutorial Porting from Tomcat
JASPI Jetty Version Comparison Table
Secure Mode
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
How to Configure Spnego

Using JavaEE Features

=== Client

Configuring JNDI Asynchronous HTTP Client Tutorial
How to configure JNDI datasource
Supported Annotations
Invoking Other Web Resources

Integrations

Reference

Mobile Computing =

Generated Release Reference

Google Android i-jetty Jetty 7 Latest JavaDoc
JME CDC Jetty 7 Latest Source XRef

Build Tools, Debuggers

API and XRef documentation for previous release is on the Index of Generated Release Documents.

Maven Support

General

Jetty Maven Plugin Jetty Architecture
Maven Jetty Jspc Plugin Jetty JARS and Dependencies
Maven Web App Project Archetypes Start Options

Ant Support

Jetty and JEE6 Web Profile
Ant Jetty Plugin

Eclipse

Configuration

Developing Jetty in Eclipse Jetty XML Syntax - Jetty IOC Configuration
Jetty WTP Plugin Jetty XML Usage - Using and Combining Jetty Configurations
Jetty-OSGi SDK for Eclipse-PDE
SDK EclipseRT Jetty StarterKit SDK

IDEA

Configuration Files

Developing Jetty with IntelliJ jetty.xml - Server Configuration

OSGi

jetty-web.xml - Web App Configuration
Jetty on OSGi, RFC66 jetty-env.xml - JNDI Configuration
Jetty OSGi Powered Products webdefault.xml - Pre-web.xml configuration
OSGi Tips override-web.xml - Post-web.xml configuration
Jetty as the HTTP Service in Equinox

Features

Jetty as the HTTP Service in Felix SSL Connectors Reference
Jetty as the HTTP Srevice in PAX QoSFilter Reference
ProSyst mBedded Server Equinox Edition DoSFilter Reference
Jetty in Spring Dynamic Modules
Jetty in JOnAS5
Apache Geronimo JEE
Using Jetty with Apache httpd Tutorial
How to use Jetty with Apache, AJP, mod_jk, mod_proxy_balancer
RedHat JBoss
Remote Glassfish EJBs from Jetty
Jetty and Spring EJB3 (Pitchfork)
JBoss EJB3
ObjectWeb EasyBeans (aka JOnAS EJB3Container)

=== Clustering Technologies ===|

JBoss Infinispan (from Redhat)
Gigaspaces
Terracotta
WADI
Session Clustering Using a Database Tutorial
Session Clustering with Terracota Tutoria

=== Web Frameworks ===|

DWR
MyFaces
JSF Reference Implementation
Jakarta Slide
GWT
Jetspeed2
ICEfaces

Other

Atomikos Transaction Manager
Java Open Transaction Manager (JOTM)
Bitronix Transaction Manager
ActiveMQ
Binding JAX-WS 2.x Endpoints to Jetty Contexts
Java Management Extensions (JMX)
Configuring JMX integration Tutorial
JVM NIO Bug handling
Rewrite Module

Contributing

Jetty XML IOC
How to configure Jetty with Spring
How to configure Jetty with XBean Contributing

Back to the top