public class Runner extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
__containerIncludeJarPattern |
static String[] |
__plusConfigurationClasses |
protected URLClassLoader |
_classLoader |
protected List<URL> |
_classpath |
protected boolean |
_clusteredSessions |
protected String |
_configFile |
protected org.eclipse.jetty.server.handler.ContextHandlerCollection |
_contexts |
protected boolean |
_enableStatsGathering |
protected boolean |
_isTxServiceAvailable |
protected String |
_logFile |
protected org.eclipse.jetty.server.handler.RequestLogHandler |
_logHandler |
protected Monitor |
_monitor |
protected Random |
_random |
protected org.eclipse.jetty.server.Server |
_server |
protected String |
_statsPropFile |
protected String |
_txMgrPropertiesFile |
protected UserTransaction |
_ut |
protected String |
_utId |
| Constructor and Description |
|---|
Runner() |
| Modifier and Type | Method and Description |
|---|---|
protected int |
configJDBC(String[] args,
int i) |
void |
configure(String[] args) |
protected void |
expandJars(org.eclipse.jetty.util.resource.Resource lib) |
protected void |
initClassLoader() |
protected boolean |
isXADataSource(String classname) |
static void |
main(String[] args) |
protected void |
prependHandler(org.eclipse.jetty.server.Handler handler,
org.eclipse.jetty.server.handler.HandlerCollection handlers) |
void |
run() |
void |
usage(String error) |
public static final String[] __plusConfigurationClasses
public static final String __containerIncludeJarPattern
protected org.eclipse.jetty.server.Server _server
protected Monitor _monitor
protected URLClassLoader _classLoader
protected org.eclipse.jetty.server.handler.ContextHandlerCollection _contexts
protected org.eclipse.jetty.server.handler.RequestLogHandler _logHandler
protected String _logFile
protected String _configFile
protected UserTransaction _ut
protected String _utId
protected String _txMgrPropertiesFile
protected Random _random
protected boolean _isTxServiceAvailable
protected boolean _enableStatsGathering
protected String _statsPropFile
protected boolean _clusteredSessions
public void usage(String error)
protected void prependHandler(org.eclipse.jetty.server.Handler handler,
org.eclipse.jetty.server.handler.HandlerCollection handlers)
protected void expandJars(org.eclipse.jetty.util.resource.Resource lib)
throws IOException
IOExceptionprotected void initClassLoader()
protected boolean isXADataSource(String classname) throws Exception
Exceptionpublic static void main(String[] args)
Copyright © 1995-2013 Mort Bay Consulting. All Rights Reserved.