| org.jboss.web.AbstractWebDeployerMBean
getDefaultSecurityDomain | java.lang.String getDefaultSecurityDomain()(Code) | | Get the default security domain implementation to use if a war does not declare a security-domain.
jndi name of the security domain binding to use. |
getJava2ClassLoadingCompliance | boolean getJava2ClassLoadingCompliance()(Code) | | 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 |
getLenientEjbLink | boolean getLenientEjbLink()(Code) | | Get the flag indicating if ejb-link errors should be ignored in favour of trying the jndi-name in jboss-web.xml
a boolean value |
getUnpackWars | boolean getUnpackWars()(Code) | | 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 |
setDefaultSecurityDomain | void setDefaultSecurityDomain(java.lang.String defaultSecurityDomain)(Code) | | 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. |
setJava2ClassLoadingCompliance | void setJava2ClassLoadingCompliance(boolean flag)(Code) | | 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 |
setLenientEjbLink | void setLenientEjbLink(boolean flag)(Code) | | Set the flag indicating if ejb-link errors should be ignored in favour of trying the jndi-name in jboss-web.xml
|
setUnpackWars | void setUnpackWars(boolean flag)(Code) | | 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 |
|
|