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!

How to Configure my ORDS war file to run from Tomcat Root

User_HID4JSep 4 2020 — edited Sep 8 2020
I have tried to configure my ORDS war file to run from Tomcat root by changing the server.xml file located in CONF folder as follows:
<Context path="" docBase="ords" debug="0" privileged="true"></Context>
After that I restarted Tomcat Service and I can see in Tomcat Manager page that my ROOT path "/" is pointing to my ORDS but when accessed as follows "https://<hostname>" it gives:
"ORDS - 404 Not found - The request could not be assigned to a database"
Comments
Post Details
Added on Sep 4 2020
3 comments
1,261 views