public class Jetty7Runner extends Object implements ServletContainerRunner
Constructor and Description |
---|
Jetty7Runner() |
Jetty7Runner(String webappFolder,
String contextPath,
int port,
int sslPort) |
Modifier and Type | Method and Description |
---|---|
Jetty7Runner |
configure(String webappFolder,
String contextPath,
int port,
int sslPort) |
protected String |
expand(String moduleLocalPath)
Needed inside Maven multi-projects to expand a path relative to the module to a complete
path.
|
org.eclipse.jetty.server.Server |
getServer() |
static void |
main(String[] args)
Main entrypoint used to run the Jetty7 instance from the command line.
|
void |
start() |
void |
stop()
Immediately shuts down the server instance.
|
String |
toString() |
public Jetty7Runner()
public Jetty7Runner(String webappFolder, String contextPath, int port, int sslPort) throws Exception
Exception
public Jetty7Runner configure(String webappFolder, String contextPath, int port, int sslPort) throws Exception
Exception
public void stop()
stop
in interface ServletContainerRunner
public org.eclipse.jetty.server.Server getServer()
protected String expand(String moduleLocalPath)
moduleLocalPath
- TapestryRunnerConstants.MODULE_BASE_DIR
${project.version} - Copyright © 2003-2015 The Apache Software Foundation.