Package org.eclipse.jetty.runner
Class Runner
java.lang.Object
org.eclipse.jetty.runner.Runner
Deprecated.
Runner
Combine jetty classes into a single executable jar and run webapps based on the args to it.
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected URLClassLoaderDeprecated.protected Runner.ClasspathDeprecated.Deprecated.protected ContextHandlerCollectionDeprecated.protected booleanDeprecated.protected StringDeprecated.protected ServerDeprecated.protected StringDeprecated.protected StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final intDeprecated.static final String[]Deprecated. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidDeprecated.Configure a jetty instance and deploy the webapps presented as argsprotected voidDeprecated.Establish a classloader with custom paths (if any)static voidDeprecated.protected voidprependHandler(Handler handler, HandlerCollection handlers) Deprecated.voidrun()Deprecated.voidDeprecated.Generate helpful usage message and exitvoidversion()Deprecated.Generate version message and exit
-
Field Details
-
PLUS_CONFIGURATION_CLASSES
Deprecated. -
CONTAINER_INCLUDE_JAR_PATTERN
Deprecated.- See Also:
-
DEFAULT_CONTEXT_PATH
Deprecated.- See Also:
-
DEFAULT_PORT
public static final int DEFAULT_PORTDeprecated.- See Also:
-
_server
Deprecated. -
_classLoader
Deprecated. -
_classpath
Deprecated. -
_contexts
Deprecated. -
_logFile
Deprecated. -
_configFiles
Deprecated. -
_enableStats
protected boolean _enableStatsDeprecated. -
_statsPropFile
Deprecated. -
_serverUriFile
Deprecated.
-
-
Constructor Details
-
Runner
public Runner()Deprecated.
-
-
Method Details
-
usage
Deprecated.Generate helpful usage message and exit- Parameters:
error- the error header
-
version
public void version()Deprecated.Generate version message and exit -
configure
Deprecated.Configure a jetty instance and deploy the webapps presented as args- Parameters:
args- the command line arguments- Throws:
Exception- if unable to configure
-
prependHandler
Deprecated. -
run
Deprecated.- Throws:
Exception
-
initClassLoader
protected void initClassLoader()Deprecated.Establish a classloader with custom paths (if any) -
main
Deprecated.
-
${jetty.base}directory).