2 Replies Latest reply on Feb 27, 2007 8:02 PM by steveli100

    How to deploy two web applications in certain order?

      Hello everyone,

      I have three web applications, basically all servlets. When I deploy them into the server/default/deploy directory and start JBoss, I found they are loaded in alpahbet order. But I really want them to be loaded in another order because one application relies on the other two. Is there anyway for me to config their loading orders? Thanks.