Tarcisio
Hi guys. I need to install Oracle REST Data Services 20.3 using Tomcat 8.5. Is it mandatory to install Tomcat on the database server? I already have another server running Tomcat and I am not able to install on another server than the database server Apex 20.2 is on. Is it mandatory for Ords, Apex and Tomcat to be on the same machine? I can't find any place that answers that. thanks for the help in advance.
The application server (tomcat) doesn't need to be on the same Database server. Infact it is advised to have in a separate server. Machine 1 : Oracle Database + Apex , Machine2 : ORDS deployed on Tomcat. Configure ORDS with connection to APEX on Machine1. - Hope this explains