public class TomcatEmbeddedConfiguration extends Object implements org.jboss.arquillian.container.spi.client.container.ContainerConfiguration
| Constructor and Description |
|---|
TomcatEmbeddedConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAppBase() |
String |
getBindAddress() |
int |
getBindHttpPort() |
String |
getServerName() |
String |
getTomcatHome() |
String |
getTomcatWorkDir() |
boolean |
isUnpackArchive() |
void |
setAppBase(String tomcatAppBase) |
void |
setBindAddress(String bindAddress) |
void |
setBindHttpPort(int bindHttpPort)
Set the HTTP bind port.
|
void |
setServerName(String serverName) |
void |
setTomcatHome(String jbossHome) |
void |
setUnpackArchive(boolean unpack)
Sets the WAR to be unpacked into the java.io.tmpdir when deployed.
|
void |
setWorkDir(String tomcatWorkDir) |
void |
validate() |
public void validate()
throws org.jboss.arquillian.container.spi.ConfigurationException
validate in interface org.jboss.arquillian.container.spi.client.container.ContainerConfigurationorg.jboss.arquillian.container.spi.ConfigurationExceptionpublic String getBindAddress()
public void setBindAddress(String bindAddress)
public int getBindHttpPort()
public void setBindHttpPort(int bindHttpPort)
httpBindPort - HTTP bind portpublic void setTomcatHome(String jbossHome)
public String getTomcatHome()
public void setAppBase(String tomcatAppBase)
appBase - the directory where the deployed webapps are stored within the Tomcat installationpublic String getAppBase()
public void setWorkDir(String tomcatWorkDir)
workDir - the directory where the compiled JSP files and session serialization data is storedpublic String getTomcatWorkDir()
public void setServerName(String serverName)
serverName - the serverName to setpublic String getServerName()
public boolean isUnpackArchive()
public void setUnpackArchive(boolean unpack)
a - switch indicating whether the WAR should be unpackedCopyright © 2017 JBoss by Red Hat. All rights reserved.