0 Replies Latest reply on Jun 28, 2007 12:36 AM by just_a_kid

    How to control sequence of deployment of war file in JBOSS

    just_a_kid

      Hi Guys,

      Lets say i have sapweb.war and SWIM.war under JBOSS_HOME/server/deploy

      when i start my jboss as , it always try to load SWIM.war first which gonna cause my SWIM.war failed because SWIM.war only can be deployed when sapweb.war deployment is up and running

      How do i control this whenever i start my jboss as , i want sapweb.war to be deployed first then SWIM.war.

      And on what basis the sequence of deployment takes place ( timestamp , name of war file / ? )

      Thanks