1 Reply Latest reply on Jan 18, 2013 11:39 AM by wdfink

    ordering war deployment in jboss 7.1.1

    cjayaprakash

      I am using JBoss AS 7.1.1 and have war files (dataservice, web) deployed in the server. When the server starts it deploys all war files. The problem is the web.war is dependant of dataservice.war, so it fails to startup.

       

      Is there anyway I can intimate the JBoss server to start dataservice.war first and then web.war?

       

      Thanks in advance.