0 Replies Latest reply on Jun 21, 2007 3:42 PM by webstock_2000

    Deploy applications in specific order

    webstock_2000

      I'm lookig for a way to deploy two applications in a specific order.

      I have an EAR and WAR application (two separate files). The WAR application is dependent in some EJB?s located in the EAR. JBOSS is deploying the WAR file first which fails because is looking for the EJB located in the EAR file.

      I need to deploy the application in the following order:

      EAR file
      WAR file

      Can someone help?

      Thanks