Deployments launched with 2 scripts jboss-cli don't run in parallel in JBoss EAP
Issue
We deploy 2 wars using scripts, as this:
nohup jboss.cli.sh -f script-deploy1.cli &
nohup jboss.cli.sh -f script-deploy2.cli &
We expect that the deployments run in parallel but it is not the case, the second is run after the first has finished.
The 2 wars are not dependent.
Is it the normal behaviour? Is there a way to accelerate the deployments of the 2 wars, to deploy the wars in parallel?
Environment
- Red Hat JBoss Enterprise Application Platform (EAP)
- 7
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.