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)
Line 8: Line 8:
  
 
API and XRef documentation for previous releases can be found on the [[/Index of Generated Release Documents|Index of Generated Release Documents]]
 
API and XRef documentation for previous releases can be found on the [[/Index of Generated Release Documents|Index of Generated Release Documents]]
 +
 +
== General ==
 +
* [[/jetty jar|Jetty JARs and dependencies]]
  
 
== Configuration ==
 
== Configuration ==
The Configuration pages explain how to configure and customize Jetty for your environment.
 
  
== Configuration Formats ==
+
=== Configuration Formats ===
<div class="narrow-list">
+
* [[/jetty.xml syntax|Jetty XML Syntax]] - Jetty POJO configuration
; [[/jetty.xml syntax|Jetty XML Syntax]] : Jetty POJO configuration
+
* [[/jetty.xml usage|Jetty XML Usage]] - Using and combining Jetty configurations
; [[/jetty.xml usage|Jetty XML Usage]] : Using and combining Jetty configurations
+
* [[/web.xml syntax|Web XML Syntax]] - Standard Deployment Descriptors
; [[/web.xml syntax|Web XML Syntax]] : Standard Deployment Descriptors
+
</div>
+
  
== Configuration Files ==
+
=== Configuration Files ===
<div class="narrow-list">
+
* [[/jetty.xml|jetty.xml]] - Server configuration
; [[/jetty.xml|jetty.xml]] : Server configuration
+
* [[/jetty-web.xml|jetty-web.xml]] - Webapp configuration
; [[/jetty-web.xml|jetty-web.xml]] : Webapp configuration
+
* [[/jetty-env.xml|jetty-env.xml]] - JNDI configuration
; [[/jetty-env.xml|jetty-env.xml]] : JNDI configuration
+
* [[/webdefault.xml|webdefault.xml]] - Pre-web.xml configuration
; [[/webdefault.xml|webdefault.xml]] : Pre-web.xml configuration
+
* [[/override-web.xml|override-web.xml]] - Post-web.xml configuration
; [[/override-web.xml|override-web.xml]] : Post-web.xml configuration
+
</div>
+
  
 
== Related Pages ==
 
== Related Pages ==
 
{{#categorytree:Jetty Reference|mode=pages}}
 
{{#categorytree:Jetty Reference|mode=pages}}

Revision as of 19:34, 22 July 2009



Generated Release Reference

The 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

General

Configuration

Configuration Formats

Configuration Files

Related Pages

Copyright © Eclipse Foundation, Inc. All Rights Reserved.