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/Run Jetty"

< Jetty‎ | Howto
(New page: {{Jetty}} ==Standalone Startup== ===Using the Start.jar=== ===Command Line Options=== ===Startup Modes=== ==Alternative Startup Techniques== ===Embedded Startup=== Jetty can be confi...)
 
(Embedded Startup)
Line 13: Line 13:
 
===Embedded Startup===
 
===Embedded Startup===
 
Jetty can be configured and started as an embedded Web App Server from within another Java program.
 
Jetty can be configured and started as an embedded Web App Server from within another Java program.
See EmbeddedJetty for more details.
+
See [[Jetty/Howto/Embed|Embedded Jetty]] for more details.
  
 
===Eclipse Startup===
 
===Eclipse Startup===
  
 
===JUnit Startup===
 
===JUnit Startup===

Revision as of 16:04, 1 July 2009



Standalone Startup

Using the Start.jar

Command Line Options

Startup Modes

Alternative Startup Techniques

Embedded Startup

Jetty can be configured and started as an embedded Web App Server from within another Java program. See Embedded Jetty for more details.

Eclipse Startup

JUnit Startup

Back to the top