${jetty.base}
directory).@Deprecated
public class Runner
extends java.lang.Object
Combine jetty classes into a single executable jar and run webapps based on the args to it.
Modifier and Type | Class and Description |
---|---|
class |
Runner.Classpath
Deprecated.
Classpath
|
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
__containerIncludeJarPattern
Deprecated.
|
static java.lang.String |
__defaultContextPath
Deprecated.
|
static int |
__defaultPort
Deprecated.
|
static java.lang.String[] |
__plusConfigurationClasses
Deprecated.
|
protected java.net.URLClassLoader |
_classLoader
Deprecated.
|
protected Runner.Classpath |
_classpath
Deprecated.
|
protected java.util.ArrayList<java.lang.String> |
_configFiles
Deprecated.
|
protected ContextHandlerCollection |
_contexts
Deprecated.
|
protected boolean |
_enableStats
Deprecated.
|
protected java.lang.String |
_logFile
Deprecated.
|
protected Server |
_server
Deprecated.
|
protected java.lang.String |
_statsPropFile
Deprecated.
|
Constructor and Description |
---|
Runner()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
configure(java.lang.String[] args)
Deprecated.
Configure a jetty instance and deploy the webapps presented as args
|
protected void |
initClassLoader()
Deprecated.
Establish a classloader with custom paths (if any)
|
static void |
main(java.lang.String[] args)
Deprecated.
|
protected void |
prependHandler(Handler handler,
HandlerCollection handlers)
Deprecated.
|
void |
run()
Deprecated.
|
void |
usage(java.lang.String error)
Deprecated.
Generate helpful usage message and exit
|
void |
version()
Deprecated.
Generate version message and exit
|
public static final java.lang.String[] __plusConfigurationClasses
public static final java.lang.String __containerIncludeJarPattern
public static final java.lang.String __defaultContextPath
public static final int __defaultPort
protected Server _server
protected java.net.URLClassLoader _classLoader
protected Runner.Classpath _classpath
protected ContextHandlerCollection _contexts
protected java.lang.String _logFile
protected java.util.ArrayList<java.lang.String> _configFiles
protected boolean _enableStats
protected java.lang.String _statsPropFile
public void usage(java.lang.String error)
error
- the error headerpublic void version()
public void configure(java.lang.String[] args) throws java.lang.Exception
args
- the command line argumentsjava.lang.Exception
- if unable to configureprotected void prependHandler(Handler handler, HandlerCollection handlers)
public void run() throws java.lang.Exception
java.lang.Exception
protected void initClassLoader()
public static void main(java.lang.String[] args)
Copyright © 1995–2023 Webtide. All rights reserved.