WildFly Exploded Deployments: Difference between revisions

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


Exploded deployments are not deployed by default by a WildFly instance. Special configuration or operations need to be performed in order to trigger the deployment. This article explains various methods to trigger an exploded deployment.
Exploded deployments are not deployed by default by a WildFly instance. Special configuration or operations need to be performed in order to trigger the deployment. This article explains various methods to trigger an exploded deployment.


<font color=red>
<font color=red>
* deployment scanner
* marker files
* CLI
If the directory has one of the standard JEE extensions (.ear, .war, etc), the application server will not deploy it.
If the directory has one of the standard JEE extensions (.ear, .war, etc), the application server will not deploy it.


If the directory has a non standard extension or no extension at all, the application server will try to deploy it.
If the directory has a non standard extension or no extension at all, the application server will try to deploy it.
auto-deploy-exploded="true"/>
</font>
</font>



Revision as of 22:46, 31 March 2016

External

Internal

Overview

Exploded deployments are not deployed by default by a WildFly instance. Special configuration or operations need to be performed in order to trigger the deployment. This article explains various methods to trigger an exploded deployment.

If the directory has one of the standard JEE extensions (.ear, .war, etc), the application server will not deploy it.

If the directory has a non standard extension or no extension at all, the application server will try to deploy it.

WildFly Exploded Deployments with auto-deploy-exploded

WildFly Exploded Deployments with auto-deploy-exploded

WildFly Exploded Deployments with Marker Files

WildFly Exploded Deployments with Marker Files

WildFly Exploded Deployments with CLI

WildFly Exploded Deployments with CLI