...
Windows or Linux server - any release/version. This server will act as the application server. It can be any host - a dedicated one or the same as database server.
Recommended server requirements: 4 CPU cores, 8GB RAM, 100 GB disk spaceaccording to server sizing guide
Java 8, minimum 202 build , e.g.:
1.8.0_202
Network accessibility to required databases
OS user:
Linux - a user with asudo
privilege
Windows - a user with a privilege to run java and to read/write in the “app_home” directoryDatabase user - a user with DBA privileges in every database that the app should work with. Each database may have different user and password.
...