Ubisecure SSO service needs to be stopped at this point if SSO is installed on the same server as CID and SSO is using port 8443.
Code Block | ||
---|---|---|
| ||
systemctl stop /etc/init.d/ubilogin-server stop |
First, extract WildFly distribution package to /usr/local/
. The newly created folder /usr/local/wildfly-x.x.x.Final
will henceforth be referred to as $WILDFLY_HOME
.
...
Code Block | ||
---|---|---|
| ||
systemctl start wildfly |
Uninstalling WildFly
In case you need to uninstall WildFly here are the instructions for it. To uninstall WildFly just remove the service files.
...