Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be 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/Reference"

(Generated Release Reference)
(Generated Release Reference)
Line 7: Line 7:
 
* [http://download.eclipse.org/jetty/stable-7/xref/ Jetty 7 Latest Source XRef]
 
* [http://download.eclipse.org/jetty/stable-7/xref/ Jetty 7 Latest Source XRef]
  
An index of documentation for previous releases can be found here: [[/Index of Generated Releases|Index of Generated Releases]]
+
An index of documentation for previous releases can be found here: [[/Index of Generated Release Documents|Index of Generated Release Documents]]
  
 
== Configuration ==
 
== Configuration ==

Revision as of 05:36, 6 July 2009



Generated Release Reference

The reference documentation for the latest stable release can always be found here:

An index of documentation for previous releases can be found here: Index of Generated Release Documents

Configuration

The Configuration pages explain how to configure and customize Jetty for your environment.

Configuration Formats

Jetty XML Syntax 
Jetty POJO configuration
Jetty XML Usage 
Using and combining Jetty configurations
Web XML Syntax 
Standard Deployment Descriptors

Configuration Files

jetty.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

Related Pages

Back to the top