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.

  1. Go to http://wildfly.org/downloads/ and download WildFly Application Server 11 or lower versions.

  2. Extract the contents of the zip file to a directory on your system. Note: The path must not contain any spaces.

  3. Start the WildFly server using the script: <WildFly directory>\bin\standalone.sh.

  4. To check the installation, access the web server at http://localhost:8080.

Last updated