1 Reply Latest reply on May 29, 2012 10:14 AM by rise.uday

    how to do controlled deployment in JBoss7

    rise.uday

      Hi,

      I have multiple artifacts to be deplyed on JBoss7 AS, say a.war, b.war, c.ear, d.sar, e.war, and the order I need it to be deployed is

      1. c.ear

      2. d.ear(it needs some ejbs from c.ear)

      3. the war files in order b.war, e.war and then a.war

       

      How can I acheive this using JBoss7.1?

       

      thanks in advance.