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 26 in CentOS and starting it, run the following:
unzip wildfly-26.1.3.Final.zip
cd wildfly-26.1.3.Final
./bin/standalone.sh
CODE
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 24, 26, and JBoss EAP 7.4.