getDeployedApplications() Returns the applications deployed by the web container subclasses.
An Iterator of WebApplication objects for the deployed wars.
boolean
getJava2ClassLoadingCompliance() Get the flag indicating if the normal Java2 parent first class loading model should be used over the servlet 2.3 web container first model.
setDefaultSecurityDomain(java.lang.String defaultSecurityDomain) Set the default security domain implementation to use if a war does not declare a security-domain.
void
setJava2ClassLoadingCompliance(boolean flag) Set the flag indicating if the normal Java2 parent first class loading model should be used over the servlet 2.3 web container first model.
An accessor for any configuration element set via setConfig. This method always returns null and must be overriden by subclasses to return a valid value.
Get the flag indicating if the normal Java2 parent first class loading model should be used over the servlet 2.3 web container first model.
true for parent first, false for the servlet 2.3 model
Set the flag indicating if war archives should be unpacked. This may need to be set to false as long extraction paths under deploy can show up as deployment failures on some platforms.
true is war archives should be unpacked
Set the flag indicating if local dirs with WEB-INF/web.xml should be treated as wars
Parameters: flag - - true if local dirs with WEB-INF/web.xml should be treated as wars
This method is invoked to import an arbitrary XML configuration tree. Subclasses should override this method if they support such a configuration capability. This implementation does nothing.
Set the default security domain implementation to use if a war does not declare a security-domain.
Parameters: defaultSecurityDomain - - jndi name of the security domain binding to use.
Set the flag indicating if the normal Java2 parent first class loading model should be used over the servlet 2.3 web container first model.
Parameters: flag - true for parent first, false for the servlet 2.3 model
Get the flag indicating if war archives should be unpacked. This may need to be set to false as long extraction paths under deploy can show up as deployment failures on some platforms.
Parameters: flag - , true is war archives should be unpacked