Application Server Setup
This section cover an example on how to install your application server and information on configuring application server-specific settings. For information on supported software, see Prerequisites.
Install Application Server
Depending on your setup, refer to information from your OS/Linux distribution or database vendor for instructions of how to install your application server.
For example, to install WildFly 32 in CentOS and starting it, run the following:
unzip wildfly-32.0.0.Final.zip
cd wildfly-32.0.0.Final
./bin/standalone.sh
Configure Application Server
Due to differences between application servers, you need to configure application server-specific settings.
For instructions on how to set up your application server, see WildFly 32 and JBoss EAP 8.