public class Tomcat6Runner extends java.lang.Object implements ServletContainerRunner
| Constructor and Description |
|---|
Tomcat6Runner(java.lang.String webappFolder,
java.lang.String contextPath,
int port,
int sslPort) |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
expand(java.lang.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.
|
java.lang.String |
toString() |
public Tomcat6Runner(java.lang.String webappFolder, java.lang.String contextPath, int port, int sslPort) throws java.lang.Exception
java.lang.Exceptionpublic void stop()
stop in interface ServletContainerRunnerpublic java.lang.String toString()
toString in class java.lang.Objectprotected java.lang.String expand(java.lang.String moduleLocalPath)
moduleLocalPath - TapestryRunnerConstants.MODULE_BASE_DIR${project.version} - Copyright © 2003-2015 The Apache Software Foundation.