Skip to main content
Jump to: navigation, search

Jetty/Howto/Embed

< Jetty‎ | Howto
Revision as of 17:45, 15 February 2010 by Gregw.webtide.com (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)



Introduction

Jetty can be run in embedded mode, which means putting a HTTP module into your application, rather than putting your application into a HTTP server.

For more detail see the Embedding Jetty Tutorial.

Back to the top