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

(Add reference page to link to javadoc)
 
Line 1: Line 1:
== Latest Stable Release Reference  ==  
+
{{Jetty}}
 +
 
 +
=== Generated Release Reference  ===
 
The reference documentation for the latest stable release can always be found here:
 
The reference documentation for the latest stable release can always be found here:
  
Line 5: 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]
  
== Previous Stable Releases Reference ==
+
The Configuration pages explain how to configure and customize Jetty for your environment.
 +
 
 +
== Configuration Formats ==
 +
<div class="narrow-list">
 +
; [[/jetty.xml syntax|Jetty XML Syntax]] : Jetty POJO configuration
 +
; [[/jetty.xml usage|Jetty XML Usage]] : Using and combining Jetty configurations
 +
; [[/web.xml syntax|Web XML Syntax]] : Standard Deployment Descriptors
 +
</div>
  
* '''Jetty''': 7.0.0.M1 | '''Date''': 21 April 2009
+
== Configuration Files ==
** [http://download.eclipse.org/jetty/7.0.0.M1/apidocs/ JavaDoc]
+
<div class="narrow-list">
** [http://download.eclipse.org/jetty/7.0.0.M1/xref/ Source XRef]
+
; [[/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>
  
* '''Jetty''': 7.0.0.M0 | '''Date''': 3 April 2009
+
== Related Pages ==
** [http://download.eclipse.org/jetty/7.0.0.M0/apidocs/ JavaDoc]
+
{{#categorytree:Jetty Reference|mode=pages}}
** [http://download.eclipse.org/jetty/7.0.0.M0/xref/ Source XRef]
+

Revision as of 01:44, 29 June 2009



Generated Release Reference

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

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