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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...