public class EmbeddedContextConfig
extends org.apache.catalina.startup.ContextConfig
ContextConfig for use in the Embedded Tomcat
container integration for Arquillian.
This configuration adds processing of the META-INF/context.xml descriptor in the web application root when the context is started. This implementation also marks an unpacked WAR for deletion when the context is stopped.
authenticators, context, contextDigester, customAuthenticators, defaultContextXml, defaultWebXml, deploymentCount, DUMMY_LOGIN_CONFIG, log, ok, originalDocBase, parseException, sm, webDigester, webRuleSet, xmlNamespaceAware, xmlValidation| Constructor and Description |
|---|
EmbeddedContextConfig() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
applicationContextConfig()
Process the META-INF/context.xml descriptor in the web application root.
|
protected void |
defaultWebConfig()
Override as a hook to process the application context configuration.
|
protected void |
fixDocBase()
Overridde to assign an internal field that will trigger the removal
of the unpacked WAR when the context is closed.
|
antiLocking, applicationAnnotationsConfig, applicationWebConfig, authenticatorConfig, beforeStart, contextConfig, createContextDigester, createWebDigester, createWebXmlDigester, destroy, getBaseDir, getConfigBase, getDefaultContextXml, getDefaultWebXml, getHostConfigPath, init, lifecycleEvent, processContextConfig, processDefaultWebConfig, setCustomAuthenticators, setDefaultContextXml, setDefaultWebXml, start, stop, validateSecurityRolesprotected void defaultWebConfig()
defaultWebConfig in class org.apache.catalina.startup.ContextConfigprotected void applicationContextConfig()
protected void fixDocBase()
throws IOException
fixDocBase in class org.apache.catalina.startup.ContextConfigIOExceptionCopyright © 2013 JBoss by Red Hat. All Rights Reserved.