Skip to Main Content

ORDS, SODA & JSON in the Database

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Running ORDS in multiple pluggable databases using Tomcat

User_EI49EAug 25 2022

Hi, I have 2 PDBs, pdb1 and pdb2 and 2 ORDS configurations. PDB1 runs APEX/ORDS 22.2 using ORDS standalone or in Tomcat using ords war ../webapps/ords.war on port 8443. PDB2 runs APEX/ORDS 22.2 standalone on port 8444. I would like to run it in Tomcat using ords war ../webapps/test.war. I can run both ...:8443/ords (Tomcat) and ...:8444/test (standalone) but when I try to use Tomcat for test.war I get this site can't be reached, refused to connect. I would like to use Tomcat for both configurations. Any suggestions?

Comments

User_EI49E

I found the problem. I added connector port 8444 to Tomcat server.xml and all is well.

1 - 1

Post Details

Added on Aug 25 2022
1 comment
99 views