public abstract class WebAppContainer<S extends WebServer<?>>
extends java.lang.Object
| Constructor and Description |
|---|
WebAppContainer() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract S |
createServerInstance(int port)
Creates and provides an application server instance.
|
void |
deployWebapp(int port,
java.lang.String contextPath,
java.net.URL webappDirOrWarPath,
java.lang.String serviceName,
org.appops.core.deployment.JettyConfig jettyConfig)
Creates and appropriate server (e.g.
|
public void deployWebapp(int port,
java.lang.String contextPath,
java.net.URL webappDirOrWarPath,
java.lang.String serviceName,
org.appops.core.deployment.JettyConfig jettyConfig)
port - Server port.contextPath - Context path on which web app is to be configured to access.webappDirOrWarPath - Path of webapp directory of war file.serviceName - name of the servicejettyConfig - jetty database configurationprotected abstract S createServerInstance(int port)
port - Server portCopyright © 2022. All rights reserved.