JettyStarter |
JettyStarter.setAllowAnnotationBasedConfig(boolean bAllowAnnotationBasedConfig) |
Enable or disable annotation based scanning.
|
JettyStarter |
JettyStarter.setAllowDirectoryListing(boolean bAllowDirectoryListing) |
Enable or disable the listing of Directories.
|
JettyStarter |
JettyStarter.setContainerIncludeJarPattern(String sContainerIncludeJarPattern) |
Set the container JAR pattern to be scanned for annotations.
|
JettyStarter |
JettyStarter.setContextPath(String sContextPath) |
Set the context path in which the web application should run.
|
JettyStarter |
JettyStarter.setPort(int nPort) |
Set the port to be used to run the application.
|
JettyStarter |
JettyStarter.setResourceBase(String sResourceBase) |
Set the common resource base (directory) from which all web application
resources will be loaded (servlet context root).
|
JettyStarter |
JettyStarter.setResourceBase(org.eclipse.jetty.util.resource.Resource aResourceBase) |
Set the common resource base (directory) from which all web application
resources will be loaded (servlet context root).
|
JettyStarter |
JettyStarter.setRunStopMonitor(boolean bRunStopMonitor) |
Enable or disable the "stop monitor" that listens for the graceful
shutdown.
|
JettyStarter |
JettyStarter.setSessionCookieName(String sSessionCookieName) |
Set the session cookie name.
|
JettyStarter |
JettyStarter.setSpecialSessionMgr(boolean bSpecialSessionMgr) |
|
JettyStarter |
JettyStarter.setStopKey(String sStopKey) |
Set the hidden "stop key" that must be submitted to stop the server.
|
JettyStarter |
JettyStarter.setStopPort(int nStopPort) |
Set the port on which the "stop monitor" should be running.
|
JettyStarter |
JettyStarter.setStopPort(IntUnaryOperator aStopPort) |
Set the port on which the "stop monitor" should be running.
|
JettyStarter |
JettyStarter.setThreadPool(org.eclipse.jetty.util.thread.ThreadPool aThreadPool) |
Set the thread pool to use.
|
JettyStarter |
JettyStarter.setWebInfIncludeJarPattern(String sWebInfIncludeJarPattern) |
|
JettyStarter |
JettyStarter.setWebXmlResource(String sWebXmlResource) |
Set the path to WEB-INF/web.xml.
|