- service(HttpServletRequest, HttpServletResponse) - Method in class ch.rasc.embeddedtc.ListContextsServlet
-
- setContextDirectory(String) - Method in class ch.rasc.embeddedtc.EmbeddedTomcat
-
Sets the context directory.
- setContextFile(URL) - Method in class ch.rasc.embeddedtc.EmbeddedTomcat
-
Sets the location of the context file that configures this web application
- setContextFile(String) - Method in class ch.rasc.embeddedtc.EmbeddedTomcat
-
Sets the location of the context file that configures this web application
- setContextPath(String) - Method in class ch.rasc.embeddedtc.EmbeddedTomcat
-
Sets the contextPath for the webapplication
- setHttpPort(int) - Method in class ch.rasc.embeddedtc.EmbeddedTomcat
-
Sets the port the server is listening for http requests
- setHttpsPort(int) - Method in class ch.rasc.embeddedtc.EmbeddedTomcat
-
Sets the port the server is listening for https requests
- setKeyAlias(String) - Method in class ch.rasc.embeddedtc.EmbeddedTomcat
-
The alias used to for the server certificate in the keystore.
- setKeyStoreFile(String) - Method in class ch.rasc.embeddedtc.EmbeddedTomcat
-
The pathname of the keystore file where you have stored the server certificate to
be loaded.
- setKeyStorePass(String) - Method in class ch.rasc.embeddedtc.EmbeddedTomcat
-
The password used to access the server certificate from the specified keystore
file.
- setMaxPostSize(int) - Method in class ch.rasc.embeddedtc.EmbeddedTomcat
-
The maximum size in bytes of the POST which will be handled by the container FORM
URL parameter parsing.
- setPort(int) - Method in class ch.rasc.embeddedtc.EmbeddedTomcat
-
- setPrivileged(boolean) - Method in class ch.rasc.embeddedtc.EmbeddedTomcat
-
Set the privileged flag for this web application.
- setSecondsToWaitBeforePortBecomesAvailable(int) - Method in class ch.rasc.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.rasc.embeddedtc.EmbeddedTomcat
-
Specifies the port the server is listen for the shutdown command.
- setSilent(boolean) - Method in class ch.rasc.embeddedtc.EmbeddedTomcat
-
Set the silent flag of Tomcat.
- setTempDirectory(File) - Method in class ch.rasc.embeddedtc.EmbeddedTomcat
-
Sets the location of the temporary directory.
- setTempDirectoryName(String) - Method in class ch.rasc.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.
- skipJarsContextConfig(String) - Method in class ch.rasc.embeddedtc.EmbeddedTomcat
-
- skipJarsDefaultJarScanner(String) - Method in class ch.rasc.embeddedtc.EmbeddedTomcat
-
List of JAR files that should not be scanned using the JarScanner functionality.
- skipJarsTldConfig(String) - Method in class ch.rasc.embeddedtc.EmbeddedTomcat
-
- start() - Method in class ch.rasc.embeddedtc.EmbeddedTomcat
-
Starts the embedded Tomcat and do not wait for incoming requests.
- startAndWait() - Method in class ch.rasc.embeddedtc.EmbeddedTomcat
-
Starts the embedded Tomcat and waits for incoming requests.
- startServer() - Static method in class ch.rasc.embeddedtc.TomcatTest
-
Starts an embedded tomcat on port 9998.
- stop() - Method in class ch.rasc.embeddedtc.EmbeddedTomcat
-
Stops the embedded tomcat.
- stopServer() - Static method in class ch.rasc.embeddedtc.TomcatTest
-
Stops the Tomcat after running all the tests in the test class