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 9: Line 9:
 
; [[Jetty/References/jetty-web.xml|jetty-web.xml]] : Webapp configuration
 
; [[Jetty/References/jetty-web.xml|jetty-web.xml]] : Webapp configuration
 
; [[Jetty/References/jetty-env.xml|jetty-env.xml]] : JNDI configuration
 
; [[Jetty/References/jetty-env.xml|jetty-env.xml]] : JNDI configuration
 +
; [[Jetty/References/webdefault.xml|webdefault.xml]] : Default web.xml setup
 
</div>
 
</div>
  

Revision as of 06:15, 26 June 2009



Configuration

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

jetty.xml 
Server configuration
jetty-web.xml 
Webapp configuration
jetty-env.xml 
JNDI configuration
webdefault.xml 
Default web.xml setup

Jetty In-Depth

The Jetty In-Depth pages go into more technical detail.

Related Pages

Back to the top