Hallo,
OCI Instance with XE21c installed, Apex 24.2, Tomcat 9.0.107 and ORDS 25.2.2 and Java 17
http://myip:8080 shows Tomcat page - network is configured fine
http://myip:8080/ords/ gives an error
“The request could not be mapped to any database. Check the request URL is correct, and that URL to database mappings have been correctly configured”.
ORDS DB installation seems to be fine.
I configured ORDS without Standalone Mode because I'm running it on Tomcat.
ords.war is deployed on Tomcat.
I do have a ords_config directory with pool.xml. It looks like
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd">
<properties>
<comment>Saved on Wed Jul 30 12:23:34 UTC 2025</comment>
<entry key="db.connectionType">basic</entry>
<entry key="db.hostname">localhost</entry>
<entry key="db.port">1521</entry>
<entry key="db.servicename">XEPDB1</entry>
<entry key="db.username">ORDS_PUBLIC_USER</entry>
<entry key="feature.sdw">true</entry>
<entry key="restEnabledSql.active">true</entry>
<entry key="security.requestValidationFunction">ords_util.authorize_plsql_gateway</entry>
</properties>
Password seems to be in the wallet I guess?
ORDS_PUBLIC_USER, APEX_PUBLIC_USER and APEX_240200 is open.
No errors in the Tomcat logs.
Any help appreciated.
Regards, Peter