Package org.apache.tapestry5.test
Class TomcatRunner
-
- org.apache.tapestry5.test.TomcatRunner
-
- All Implemented Interfaces:
ServletContainerRunner
- Direct Known Subclasses:
Tomcat6Runner
public class TomcatRunner extends implements ServletContainerRunner
Launches an instance of Tomcat.- Since:
- 5.3
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected
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.toString()
-
-
-
Method Detail
-
stop
public void stop()
Immediately shuts down the server instance.- Specified by:
stop
in interfaceServletContainerRunner
-
toString
public toString()
- Overrides:
in class
-
expand
protected moduleLocalPath)
Needed inside Maven multi-projects to expand a path relative to the module to a complete path. If the path already is absolute and points to an existing directory, it will be used unchanged.- Parameters:
moduleLocalPath
-- Returns:
- expanded path
- See Also:
TapestryRunnerConstants.MODULE_BASE_DIR
-
-