I tried 15 minutes to figure out how to deploy an EAR file for JBoss AS 7 when it runs in domain mode.
In standalone mode I simply copy that file to the deployments folder. But there is no such folder in domain mode.
How to do that simple thing in domain mode?