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

Line 7: Line 7:
 
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: ==
+
== Configuration Formats ==
 
<div class="narrow-list">
 
<div class="narrow-list">
 
; [[/jetty.xml syntax|Jetty XML Syntax]] : Jetty POJO configuration
 
; [[/jetty.xml syntax|Jetty XML Syntax]] : Jetty POJO configuration
Line 14: Line 14:
 
</div>
 
</div>
  
== Configuration Files:==
+
== Configuration Files ==
 
<div class="narrow-list">
 
<div class="narrow-list">
 
; [[/jetty.xml|jetty.xml]] : Server configuration
 
; [[/jetty.xml|jetty.xml]] : Server configuration

Revision as of 22:51, 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