Starting JBoss EAP or Wildfly with a Specific XML Configuration
We can run EAP or Wildfly with a specific XML configuration, not just the default one. For example we have a new configuration with the name of standalone-full-ha_1.xml, and want to run EAP based on it. First we need to put corresponding XML on below directory,
%WILDFLY_DIRECTORY%\standalone\configuration
And run using below command,
standalone.bat -c standalone-full-ha_1.xml
(Y)
No Comments