6 Replies Latest reply on Jan 27, 2014 7:45 PM by robdeheer

    overriding deployment startup order on boot

    robdeheer

      Hello,

       

      I have a specific requirement to start a set of war and ear files in a specific order. For example, module x, then module t, and after module t starts successfully, the rest of the modules. The original module deployments individually by an automated script, so the the stack starts properly in this case.

       

      However, when the stack is restarted, the modules are started in alphabetical order. What's the best way to implement a deterministic module ordering and timing on startup? I have investigated overriding the boot classes, module dependency configuration... without luck.

       

      Thanks,

      Rob