You can package as many war files into an ear file as you want. Put for each 
war file a separate section
<module>
  |   <web>
  |     <web-uri>frontend_1.war</web-uri>
  |     <context-root>/root_1</context-root>
  |   </web>
  | </module>
  | 
into your META-INF/application.xml file.
I tested this succussfully.


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

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


-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to