Package org.eclipse.jetty.ee10.runner
Class Runner
java.lang.Object
org.eclipse.jetty.ee10.runner.Runner
Deprecated.
Runner
Combine jetty classes into a single executable jar and run webapps based on the args to it.
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionprotected URLClassLoader
Deprecated.protected Runner.Classpath
Deprecated.Deprecated.protected ContextHandlerCollection
Deprecated.protected boolean
Deprecated.protected String
Deprecated.protected Server
Deprecated.protected String
Deprecated.protected String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final int
Deprecated.static final String[]
Deprecated. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Deprecated.Configure a jetty instance and deploy the webapps presented as argsprotected void
Deprecated.Establish a classloader with custom paths (if any)static void
Deprecated.protected void
prependHandler
(Handler handler, Handler.Sequence handlers) Deprecated.void
run()
Deprecated.void
Deprecated.Generate helpful usage message and exitvoid
version()
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).