2 Replies Latest reply on Nov 13, 2008 11:11 AM by oggmeister

    Determine when JBoss AS is ready (up and running)

    oggmeister

      Hi,

      I'd like to run some automated integration tests against my application running on JBoss AS. Therefore I need to start the AS through a script and then check programmatically whether it is ready so that I can start my test-clients.

      Does JBoss AS support this directly or do I have to come up with some workaround (such as waiting one minute and then trying to connect until connection succeeds)?

      Many thanks!