If a domain in weblogic is the same as a domain in glassfish and the same as a component
in the OracleAS then I think the poster is asking whether you can create a completely
separate J2EE container within the same installation of JBoss which allows you to deploy
the same EAR file into a domain/component for development purposes then into another for
testing and possibly a third for production.
Another use of domains is that you can implement application hosting much more easily i.e.
you have a domain A for Customer A a domain B for customer B completely separate from each
other running the same application in the same instance of your application server. You
define a datasource A for Customer A in domain A and a datasource B for customer B in
domain B.
Glassfish provides a very nice admin console for this (as does WebLogic).
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4204512#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...