2 Replies Latest reply on Apr 3, 2003 2:04 PM by juhalindfors

    Starting and stopping JBoss through Ant tasks

    keefie

      As part of my continuous integration environment I have a need to perform the following sequence,
      - start JBoss
      - run tests
      - stop JBoss
      This is because some of the code my JMX MBeans depend upon has not been written in a way that it can be hot deployed.

      Please can someone help me find the best way to do this.

      Thanks.