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

Jetty/Reference/Start Options

< Jetty‎ | Reference
Revision as of 00:10, 3 July 2009 by Athena.webtide.com (Talk | contribs) (New page: {{Jetty Reference |introduction = When running Jetty from the commandline, you can use the OPTIONS argument to specify which mode to run Jetty as. Here is a detai...)

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



Introduction

When running Jetty from the commandline, you can use the OPTIONS argument to specify which mode to run Jetty as. Here is a detailed breakdown of the various classpath entries pulled in for each mode you specify


Jetty Modes
Classpath Entries * All default Server ext resources server xml security servlet webapp deploy servlets rewrite jmx ajp slf4j jsp jsp-2.1 plus annotations client policy
/lib/ext/** X X X
/lib/jetty-ajp-*.jar X X
/lib/jetty-annotations-*.jar X X
/lib/jetty-annotations/** X X
/lib/jetty-client-*.jar X X
/lib/jetty-continuation-*.jar X X X X
/lib/jetty-deploy-*.jar X X X X
/lib-jetty-http-*.jar X X X X X

Back to the top