public class ManifoldCFCombinedJettyRunner extends Object
Modifier and Type | Field and Description |
---|---|
static String |
_rcsid |
static String |
combinedWarPathProperty |
static String |
jettyConfigFileProperty |
protected org.eclipse.jetty.server.Server |
server |
Constructor and Description |
---|
ManifoldCFCombinedJettyRunner(File configFile,
String combinedWarPath) |
ManifoldCFCombinedJettyRunner(int port,
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(String combinedWarPath) |
static void |
main(String[] args)
A main class that starts jetty+mcf
|
void |
start() |
void |
stop() |
public static final String _rcsid
public static final String combinedWarPathProperty
public static final String jettyConfigFileProperty
protected org.eclipse.jetty.server.Server server
public ManifoldCFCombinedJettyRunner(File configFile, String combinedWarPath) throws Exception
Exception
public ManifoldCFCombinedJettyRunner(int port, String combinedWarPath)
protected void initializeServer(String combinedWarPath)
public void start() throws ManifoldCFException
ManifoldCFException
public void stop() throws ManifoldCFException
ManifoldCFException
public int getLocalPort() throws ManifoldCFException
ManifoldCFException
public static void main(String[] args)