Modify the value proxy.local.url so it has the FQDN or IP address of this specific host, then perform the setup.sh.
...
language | text |
---|
...
Make sure that Wildfly service is up and running
Code Block |
---|
systemctl is-active wildfly.service
# If not, run the following command
systemctl start wildfly.service |
After these steps, run the script config-wildfly-domain-prepare.sh
, which will remove unnecessary options from the host configuration.
...