[jboss-dev-forums] [Deployers on JBoss (Deployers/JBoss)] - How can I deploy 2 different ear package to different host?

chicochen do-not-reply at jboss.com
Tue Sep 4 15:34:02 EDT 2007


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...?)

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

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



More information about the jboss-dev-forums mailing list