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/References"

Line 1: Line 1:
 
{{Jetty}}
 
{{Jetty}}
  
 +
= Generated References =
 +
* javadoc
 +
* xref
  
== Configuration ==
 
 
The Configuration pages explain how to configure and customize Jetty for your environment.
 
The Configuration pages explain how to configure and customize Jetty for your environment.
  
 +
== Configuration Formats: ==
 
<div class="narrow-list">
 
<div class="narrow-list">
; [[Jetty/References/jetty.xml|jetty.xml]] : Server configuration
+
; [[/jetty.xml syntax|Jetty XML Syntax]] : Jetty POJO configuration
; [[Jetty/References/jetty-web.xml|jetty-web.xml]] : Webapp configuration
+
; [[/jetty.xml usage|Jetty XML Usage]] : Using and combining Jetty configurations
; [[Jetty/References/jetty-env.xml|jetty-env.xml]] : JNDI configuration
+
; [[/web.xml syntax|Web XML Syntax]] : Standard Deployment Descriptors
; [[Jetty/References/webdefault.xml|webdefault.xml]] : Pre-web.xml configuration
+
; [[Jetty/References/override-web.xml|override-web.xml]] : Post-web.xml configuration
+
 
</div>
 
</div>
  
== Jetty In-Depth ==
+
== Configuration Files:==
The Jetty In-Depth pages go into more technical detail.
+
<div class="narrow-list">
 +
; [[/jetty.xml|jetty.xml]] : Server configuration
 +
; [[/jetty-web.xml|jetty-web.xml]] : Webapp configuration
 +
; [[/jetty-env.xml|jetty-env.xml]] : JNDI configuration
 +
; [[/webdefault.xml|webdefault.xml]] : Pre-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 22:43, 28 June 2009



Generated References

  • javadoc
  • xref

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