Search code examples
jbosswarsar

In JBoss, how do I make my war start after my sar?


Within my service I have an mbean which is accessed by my war file. How do I ensure that the war file is deployed and started after the service?


Solution

  • If the service is deployed as a sar, then you don't have to do anything. sar's are deployed before war's.