org.ow2.jonas.web.tomcat6
Class JOnASContextConfig

java.lang.Object
  extended by org.apache.catalina.startup.ContextConfig
      extended by org.ow2.jonas.web.tomcat6.JOnASContextConfig
All Implemented Interfaces:
org.apache.catalina.LifecycleListener

public class JOnASContextConfig
extends org.apache.catalina.startup.ContextConfig

Own JOnAS context config object in order to change some default values.

Author:
Florent BENOIT

Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.catalina.startup.ContextConfig
org.apache.catalina.startup.ContextConfig.ContextErrorHandler
 
Field Summary
static String DEFAULT_CONTEXT_XML
          Path to the default Context for Tomcat6 (can use /).
static String DEFAULT_WEB_XML
          Path to the default Web.xml object for Tomcat6 (can use /).
 
Fields inherited from class org.apache.catalina.startup.ContextConfig
authenticators, context, contextDigester, customAuthenticators, defaultContextXml, defaultWebXml, deploymentCount, DUMMY_LOGIN_CONFIG, log, ok, originalDocBase, parseException, sm, webDigester, webRuleSet, xmlNamespaceAware, xmlValidation
 
Constructor Summary
JOnASContextConfig()
           
 
Method Summary
 String getDefaultContextXml()
           
 String getDefaultWebXml()
           
 
Methods inherited from class org.apache.catalina.startup.ContextConfig
antiLocking, applicationAnnotationsConfig, applicationWebConfig, authenticatorConfig, beforeStart, contextConfig, createContextDigester, createWebDigester, createWebXmlDigester, defaultWebConfig, destroy, fixDocBase, getBaseDir, getConfigBase, getHostConfigPath, init, lifecycleEvent, processContextConfig, processDefaultWebConfig, setCustomAuthenticators, setDefaultContextXml, setDefaultWebXml, start, stop, validateSecurityRoles
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_CONTEXT_XML

public static final String DEFAULT_CONTEXT_XML
Path to the default Context for Tomcat6 (can use /).

See Also:
Constant Field Values

DEFAULT_WEB_XML

public static final String DEFAULT_WEB_XML
Path to the default Web.xml object for Tomcat6 (can use /).

See Also:
Constant Field Values
Constructor Detail

JOnASContextConfig

public JOnASContextConfig()
Method Detail

getDefaultWebXml

public String getDefaultWebXml()
Overrides:
getDefaultWebXml in class org.apache.catalina.startup.ContextConfig
Returns:
the location of the default deployment descriptor

getDefaultContextXml

public String getDefaultContextXml()
Overrides:
getDefaultContextXml in class org.apache.catalina.startup.ContextConfig
Returns:
the location of the default context file


Copyright © 2007 OW2 Consortium. All Rights Reserved.