public abstract class AbstractJettyContainerUtil extends AbstractInstalledContainerUtil
ContainerUtil for the Jetty servlet container.| Modifier and Type | Field and Description |
|---|---|
protected String |
configurationName
The name of the JOnas configuration to use.
|
cargoLogFilePath, configResourcesPath, containerFile, containerHome, containerPort, deployableLocationConfigurations, deployableLocations, installedLocalContainer, jvmArguments, remoteLocation, systemProperties| Constructor and Description |
|---|
AbstractJettyContainerUtil()
Default constructor that will detect which OS is used to make sure the
JOnas will be downloaded in the correct location.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
deploy()
Deploys the application to the correct
|
String |
getConfDirectory()
Retrieves the directory where the configuration files are located from
the specific container.
|
String |
getConfigurationName() |
String |
getSharedLibDirectory()
Retrieves the directory where shared libraries can be copied to.
|
void |
setConfigurationName(String configurationName) |
protected void |
setupContainer()
Installs the container and the application configuration.
|
addDeployableLocation, getConfigResourcesPath, getContainerPort, getJvmArguments, setCargoLogFilePath, setCleanUpAfterContainerStopped, setConfigResourcesPath, setContainerFile, setContainerName, setContainerPort, setDeployableLocationConfigurations, setDeployableLocations, setJvmArguments, setRemoteLocation, setSystemProperties, setupConfiguration, setupContainerHome, start, stopprotected String configurationName
public AbstractJettyContainerUtil()
protected void setupContainer()
setupContainer in class AbstractInstalledContainerUtilprotected void deploy()
deploy in class AbstractInstalledContainerUtilpublic String getSharedLibDirectory()
ContainerUtilpublic String getConfDirectory()
ContainerUtilpublic String getConfigurationName()
public void setConfigurationName(String configurationName)
configurationName - the configurationName to setCopyright © 2014 Tranquilized Quality. All rights reserved.