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, cleanUpContainer, getConfigResourcesPath, getContainerPort, getJvmArguments, setCargoLogFilePath, setConfigResourcesPath, setContainerFile, setContainerName, setContainerPort, setDeployableLocationConfigurations, setDeployableLocations, setJvmArguments, setRemoteLocation, setSystemProperties, setupConfiguration, start, stopprotected String configurationName
public AbstractJettyContainerUtil()
protected void setupContainer()
throws Exception
setupContainer in class AbstractInstalledContainerUtilException - Is thrown when something goes wrong during the setup of the
container.protected 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.