How to control the order of deployed applications at JVM level in JBoss EAP 6?
Issue
- How to deploy application 1, application 2, before all others at standalone-full-ha.xml files ?
<deployments>
<deployment name="xxxx-SNAPSHOT.ear" runtime-name="xxxx-SNAPSHOT.ear">
<content sha1="aa317ff9b75efabfa803298cf5bf492f33a6c73a"/>
</deployment>
<deployment name="xxxx-SNAPSHOT.ear" runtime-name="cccc-SNAPSHOT.ear">
<content sha1="aa317ff9b75efabfa803298cf5bf492f33a6c73b"/>
</deployment>
- How to control the order of deployed applications at JVM level in JBoss EAP 6?
Environment
- Red Hat JBoss Enterprise Application Platform (EAP)
- 6.x
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.