I just installed Oracle APEX 5 under Oracle 11g, now, to be able to download reports as PDF, I installed the Oracle REST Data Services 3.0.
APEX is on port 8080, and ORDS is on 8081.
But now, it seems ORDS created a virtual new instance of APEX. In both ports I can use APEX (localhost:8080/apex and localhost:8081/ords/
), but just in 8081 that the download as PDF is working.
Is this right?
This seems very strange to me. I followed the official oracle documentation. I would like to know if these products really works this way or if I did a mistake when installing and configuring.