u can use PrefixDeploymentSorter, you put all 4 war files direct under deploy. and put one prefix order. Sample:
1-a.war 2-b.war 3-c.war 4.d.war and jboss deploy the archive in that order. Non-prefixed packages are deployed before prefixed packages That is not the default behaviour in jboss. The default deployment-ordering-policy is defined in conf/jboss-service.xml, you most uncomment PrefixDeploymentSorter. / Poyan View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3918501#3918501 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3918501 ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
