- setContextDirectory(String) - Method in class ch.ralscha.embeddedtc.EmbeddedTomcat
-
Sets the context directory.
- setContextPath(String) - Method in class ch.ralscha.embeddedtc.EmbeddedTomcat
-
Sets the contextPath for the webapplication
- setM2Directory(File) - Method in class ch.ralscha.embeddedtc.EmbeddedTomcat
-
Sets the path to the Maven local repository.
- setPomFile(File) - Method in class ch.ralscha.embeddedtc.EmbeddedTomcat
-
Sets the location of the pom file.
- setPort(int) - Method in class ch.ralscha.embeddedtc.EmbeddedTomcat
-
Sets the port the server is listening for http requests
- setPrivileged(boolean) - Method in class ch.ralscha.embeddedtc.EmbeddedTomcat
-
Set the privileged flag for this web application.
- setSecondsToWaitBeforePortBecomesAvailable(int) - Method in class ch.ralscha.embeddedtc.EmbeddedTomcat
-
Before starting the embedded Tomcat the programm tries to stop a previous process
by sendig the shutdown command to the shutdown port.
- setShutdownPort(int) - Method in class ch.ralscha.embeddedtc.EmbeddedTomcat
-
Specifies the port the server is listen for the shutdown command.
- setSilent(boolean) - Method in class ch.ralscha.embeddedtc.EmbeddedTomcat
-
Set the silent flag of Tomcat.
- setTempDirectory(File) - Method in class ch.ralscha.embeddedtc.EmbeddedTomcat
-
Sets the location of the temporary directory.
- setTempDirectoryName(String) - Method in class ch.ralscha.embeddedtc.EmbeddedTomcat
-
Sets the temporary directory to a directory beneath the target directory
The directory does not have to exists, Tomcat will create it
automatically if necessary.
- start() - Method in class ch.ralscha.embeddedtc.EmbeddedTomcat
-
Starts the embedded Tomcat and do not wait for incoming requests.
- startAndWait() - Method in class ch.ralscha.embeddedtc.EmbeddedTomcat
-
Starts the embedded Tomcat and waits for incoming requests.
- startServer() - Static method in class ch.ralscha.embeddedtc.TomcatTest
-
Starts an embedded tomcat on port 9998.
- stop() - Method in class ch.ralscha.embeddedtc.EmbeddedTomcat
-
Stops the embedded tomcat.
- stopServer() - Static method in class ch.ralscha.embeddedtc.TomcatTest
-
Stops the Tomcat after running all the tests in the test class