hi,
i'm using jboss 3.2.5.
i'm deploying an EAR with several WAR modules (no ejb).
in application.xml i specify the modules in the following order:

<application>
  |     <display-name>EAR5</display-name>
  |     <module>
  |             <web>
  |                   <web-uri>Portlets/Portlet1.war</web-uri>
  |                   <context-root>/Portlet1</context-root>
  |             </web>
  |     </module>       
  |     <module>
  |             <web>
  |                   <web-uri>Sites/Site1.war</web-uri>
  |                   <context-root>/Site1</context-root>
  |             </web>
  |     </module>
  |     <module>
  |             <web>
  |                   <web-uri>Sites/Site2.war</web-uri>
  |                   <context-root>/Site2</context-root>
  |             </web>
  |     </module>
  | </application>

however, at startup my sites are loader in another order:

INFO:[STDOUT]: ==contextInitialized: Site1
INFO:[STDOUT]: ==contextInitialized: Portlet1
INFO:[STDOUT]: ==contextInitialized: Site2

so how should i control the order of module loading?


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3851651#3851651

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3851651


-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to