Jboss-deployment-structure.xml: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
No edit summary
Line 6: Line 6:


* [[WildFly Deployment Descriptors]]
* [[WildFly Deployment Descriptors]]
=Overview=
<tt>jboss-deployment-structure.xml</tt> is a WildFly proprietary deployment descriptor that allows finely grained class loading control.
It must be placed in the <tt>META-INF</tt> or the <tt>WEB-INF</tt> directory of the deployment.
Prevent automatic dependencies from being added
Add additional dependencies
Define additional modules
Change an EAR deployments isolated class loading behaviour
Add additional resource roots to a module

Revision as of 21:07, 10 March 2016

External

Internal

Overview

jboss-deployment-structure.xml is a WildFly proprietary deployment descriptor that allows finely grained class loading control.

It must be placed in the META-INF or the WEB-INF directory of the deployment.

Prevent automatic dependencies from being added Add additional dependencies Define additional modules Change an EAR deployments isolated class loading behaviour Add additional resource roots to a module