3 Replies Latest reply on Nov 6, 2010 5:58 AM by henk53

    Programmatically checking whether JBoss AS has started correctly.

    henk53

      Hi,

       

      For a continous build test I would like to programmatically check whether JBoss AS starts up my just builded EAR correctly.

       

      Does there already exist something for this? If not, I wonder what would be the best way to check this. A service that is deployed along with the EAR that always deploys last and is able to check if any EARs (or WARs) have errors in their deployments?

       

      Or maybe something JMX based?

       

      All help is highly appreciated.