Installing and configuring the JBoss (WildFly) server
Pre-requisites
Java (compatible with WildFly version)
Downloading WildFly
CloudIO platform is compatible with WildFly 11 and lower versions.
Go to http://wildfly.org/downloads/ and download WildFly Application Server 11 or lower versions.
Extract the contents of the zip file to a directory on your system. Note: The path must not contain any spaces.
Start the WildFly server using the script: <WildFly directory>\bin\standalone.sh.
To check the installation, access the web server at http://localhost:8080.
Last updated