What is the Difference between standalone.xml
and standalone-full.xml
. In what scenarios we use standalone-full.xml
standalone. xml: Does not contain support for messaging. standalone-full. xml: Contains support for messaging.
The XML standalone element defines the existence of an externally-defined DTD. In the message tree it is represented by a syntax element with field type XML. standalone. The value of the XML standalone element is the value of the standalone attribute in the XML declaration.
HA means High Avaibility. The standalone HA will start a second server process in slave mode which will become the master when the master server process stops. Follow this answer to receive notifications.
Default configuration for a standalone server is stored in the EAP_HOME/standalone/configuration/standalone. xml file and default configuration for a managed domain is stored in the EAP_HOME/domain/configuration/domain. xml file.
Answer taken from: The Differences Between JBoss EAP 5 and EAP 6
From RHELSM (https://access.redhat.com/solutions/1136103)
standalone.xml: This is the default configuration file for a standalone server. It contains all information about the standalone server, including subsystems, networking, deployments, socket bindings, and other configurable details. This configuration is used automatically when you start your standalone server.
standalone-full.xml: This is an example configuration for a standalone server. It includes support for every possible subsystem except for those required for high availability.
standalone-ha.xml: This example configuration file enables all of the default subsystems and adds the mod_cluster and JGroups subsystems for a standalone server, so that it can participate in a high-availability or load-balancing cluster.
standalone-full-ha.xml: This is an example configuration for a standalone server. It includes support for every possible subsystem, including those required for high availability.
The server configuration for Messaging is contained in the $EAP_HOME/standalone/configuration/standalone-full.xml or $EAP_HOME/standalone/configuration/standalone-full-ha.xml file for standalone servers. The element in the server configuration file contains all JMS configuration.
It says, full config also include sub config:
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With