org.apache.tapestry5.test
Class Tomcat6Runner
java.lang.Object
org.apache.tapestry5.test.Tomcat6Runner
- All Implemented Interfaces:
- ServletContainerRunner
public class Tomcat6Runner
- extends Object
- implements ServletContainerRunner
Launches an instance of Tomcat 6.
- Since:
- 5.3
Method Summary |
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()
|
Tomcat6Runner
public Tomcat6Runner(String webappFolder,
String contextPath,
int port,
int sslPort)
throws Exception
- Throws:
Exception
stop
public void stop()
- Immediately shuts down the server instance.
- Specified by:
stop
in interface ServletContainerRunner
toString
public String toString()
- Overrides:
toString
in class Object
expand
protected String expand(String 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:
TapestryTestConstants.MODULE_BASE_DIR
Copyright © 2003-2012 The Apache Software Foundation.