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/Howto/Deploy Web Applications"

< Jetty‎ | Howto
Line 1: Line 1:
 
{{Jetty Howto  
 
{{Jetty Howto  
| introduction = TBD
+
| introduction = Jetty can deploy web applications:
 +
* as war files (packed or unpacked)
 +
* as configured war files
 +
* as customized contexts
 
| steps =
 
| steps =
 +
=== Webapps Deployment ===
 +
 +
=== Contexts Deployment ===
 +
 +
 
}}
 
}}

Revision as of 21:09, 4 February 2010



Introduction

Jetty can deploy web applications:

  • as war files (packed or unpacked)
  • as configured war files
  • as customized contexts


Steps

Webapps Deployment

Contexts Deployment

Back to the top