Difference between revisions of "Jetty/Howto/Run Jetty"
(→Embedded Startup) |
(→Eclipse Startup) |
||
Line 16: | Line 16: | ||
===Eclipse Startup=== | ===Eclipse Startup=== | ||
+ | |||
+ | Eclipse can be started up from within Eclipse using a variety of techniques, see [[Jetty/Howto/Embed|Use Jetty with Eclipse IDE]] for details. | ||
===JUnit Startup=== | ===JUnit Startup=== |
Revision as of 16:05, 1 July 2009
Contents
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
Eclipse can be started up from within Eclipse using a variety of techniques, see Use Jetty with Eclipse IDE for details.