Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagetext
net start wildfly


WildFly comes configured with unnecessary configuration options that we will not use. The following script will remove them so that the relevant configuration options can be managed more easily without extra clutter.

Code Block
languagetext
cd /D %PROGRAMFILES%\ubisecure\customerid\tools
config-wildfly-domain-prepare.cmd


When the previous script has finished, run the config-wildfly-domain-slave.cmd. This will transform the local domain installation to a slave node and connects it to the domain master that was configured earlier.

At least under slow connections the script may show error message "Failed to establish connection in 6044ms" when reloading configurations. If you see it in the end-of-the script it is a good idea to verify your slave node Wildfly is running properly and can access the master node.

Code Block
languagetext
cd %PROGRAMFILES%\ubisecure\customerid\tools
config-wildfly-domain-slave.cmd

...