public class TomcatRunner extends Object implements ServletContainerRunner
Constructor and Description |
---|
TomcatRunner(String webappFolder,
String contextPath,
int port,
int sslPort) |
Modifier and Type | Method and Description |
---|---|
protected String |
expand(String moduleLocalPath)
Needed inside Maven multi-projects to expand a path relative to the module to a complete
path.
|
void |
stop()
Immediately shuts down the server instance.
|
String |
toString() |
public TomcatRunner(String webappFolder, String contextPath, int port, int sslPort) throws Exception
Exception
public void stop()
stop
in interface ServletContainerRunner
protected String expand(String moduleLocalPath)
moduleLocalPath
- TapestryRunnerConstants.MODULE_BASE_DIR
5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.