Versions Compared

Key

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

Modify the value proxy.local.url so it has the FQDN or IP address of this specific host, then perform the setup.sh.

Code Block
languagetext
cd /usr/local/ubisecure/customerid/application
nano linux.config
./setup.sh

Make sure that your Wildfly service is up and running

Code Block
systemctl is-enabledactive wildfly.service

# If not, run the following command
systemctl start wildfly.service

...