0 Replies Latest reply on Sep 4, 2007 3:34 PM by chicochen

    How can I deploy 2 different ear package to different host?

      I have 2 domain name:
      www.d1.com
      www.d2.com

      2 ear packages are :
      app1.ear
      app2.ear

      In application.xml:

      <module>
       <web>
       <web-uri>app1.war</web-uri>
       <context-root>/</context-root>
       </web>
       </module>


      Can I use application.xml file to deploy app1 to www.d1.com?
      or still need to use jboss-web.xml file?

      (All apps are ear package, so...?)