JBoss 5 is supplied with 5 different server configurations:
- minimal
- default
- all
- standard
- web
When JBoss AS is started, the server configuration can be specified using the -cswitch, so for example, to start the minimal configuration, you would start JBoss as:
run.bat -c minimal
But what do the different configurations include? Each configuration contains a different set of services, for example clustering, which is only supported by the all configuration.
The JBoss Installation and Getting Started Guide contains details of what is in each different server configuration.
Comments
Post a Comment