...
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 spaceJava 8according to server sizing guide
Java 8, minimum 241 build , e.g.:
1.8.0_241
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.
...
Once created, start the service.
The parameters for JVM are located in file {app_home}\service_parameters.list
...
In some cases, the application process may be started in a non-background way - usually it is done as part of debugging session.
...
Reminder: the default port (8084) can be changed as described in Deployment section