- setContextDirectory(String) - Method in class ch.ralscha.embeddedtc.EmbeddedTomcat
-
Sets the context directory.
- 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.
- 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.
- 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
System.getProperty("java.io.tmpdir")
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.
- stop() - Method in class ch.ralscha.embeddedtc.EmbeddedTomcat
-
Stops the embedded tomcat.