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

Jetty/Feature/Hot Deployment

< Jetty‎ | Feature
Revision as of 09:59, 4 February 2010 by Unnamed Poltroon (Talk)



Introduction

Jetty provides capability to deploy an arbitrary context or web application with Jetty-specific configuration. This capability is implemented via ContextDeployer mechanism.

Feature

The ContextDeployer is typically defined in Jetty configuration file. It will scan a directory that contains xml descriptors that define contexts at a configured interval. Te

Additional Resources

(optional) - links, additional references

Back to the top