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 14 in CentOS and starting it, run the following:

unzip wildfly-14.0.1.Final.zip
cd wildfly-14.0.1.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: