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