org.mortbay.jetty.runner
Class Runner
java.lang.Object
org.mortbay.jetty.runner.Runner
public class Runner
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
__plusConfigurationClasses
public static final String[] __plusConfigurationClasses
_server
protected org.eclipse.jetty.server.Server _server
_monitor
protected Monitor _monitor
_classLoader
protected URLClassLoader _classLoader
_classpath
protected List<URL> _classpath
_contexts
protected org.eclipse.jetty.server.handler.ContextHandlerCollection _contexts
_logHandler
protected org.eclipse.jetty.server.handler.RequestLogHandler _logHandler
_logFile
protected String _logFile
_configFile
protected String _configFile
_ut
protected UserTransaction _ut
_utId
protected String _utId
_txMgrPropertiesFile
protected String _txMgrPropertiesFile
_random
protected Random _random
_isTxServiceAvailable
protected boolean _isTxServiceAvailable
_enableStatsGathering
protected boolean _enableStatsGathering
_statsPropFile
protected String _statsPropFile
_clusteredSessions
protected boolean _clusteredSessions
Runner
public Runner()
usage
public void usage(String error)
configure
public void configure(String[] args)
throws Exception
- Throws:
Exception
prependHandler
protected void prependHandler(org.eclipse.jetty.server.Handler handler,
org.eclipse.jetty.server.handler.HandlerCollection handlers)
configJDBC
protected int configJDBC(String[] args,
int i)
throws Exception
- Throws:
Exception
run
public void run()
throws Exception
- Throws:
Exception
expandJars
protected void expandJars(org.eclipse.jetty.util.resource.Resource lib)
throws IOException
- Throws:
IOException
initClassLoader
protected void initClassLoader()
isXADataSource
protected boolean isXADataSource(String classname)
throws Exception
- Throws:
Exception
main
public static void main(String[] args)
Copyright © 1995-2011 Mort Bay Consulting. All Rights Reserved.