public class ManifoldCFCombinedJettyRunner
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
_rcsid |
static java.lang.String |
combinedWarPathProperty |
static java.lang.String |
jettyConfigFileProperty |
protected org.eclipse.jetty.server.Server |
server |
Constructor and Description |
---|
ManifoldCFCombinedJettyRunner(java.io.File configFile,
java.lang.String combinedWarPath) |
ManifoldCFCombinedJettyRunner(int port,
java.lang.String combinedWarPath) |
Modifier and Type | Method and Description |
---|---|
int |
getLocalPort()
Returns the Local Port of the first Connector found for the jetty Server.
|
protected void |
initializeServer(java.lang.String combinedWarPath) |
static void |
main(java.lang.String[] args)
A main class that starts jetty+mcf
|
void |
start() |
void |
stop() |
public static final java.lang.String _rcsid
public static final java.lang.String combinedWarPathProperty
public static final java.lang.String jettyConfigFileProperty
protected org.eclipse.jetty.server.Server server
public ManifoldCFCombinedJettyRunner(java.io.File configFile, java.lang.String combinedWarPath) throws java.lang.Exception
java.lang.Exception
public ManifoldCFCombinedJettyRunner(int port, java.lang.String combinedWarPath)
protected void initializeServer(java.lang.String combinedWarPath)
public void start() throws ManifoldCFException
ManifoldCFException
public void stop() throws ManifoldCFException
ManifoldCFException
public int getLocalPort() throws ManifoldCFException
ManifoldCFException
public static void main(java.lang.String[] args)