What Is The Difference Between Standalone And Domain Mode?
Answer»
Standalone mode is single JVM process where EVERY JBoss server has its configuration. If you just need one JVM or development environment, then standalone would be perfect.
Domain mode may have multiple SERVERS where all configuration is managed centralized and often used in production environment.