Hi,
It's my first time I'm using ORDS(or trying to...), When I type http://localhost:8080/ords/ I encounter an error.
I have used this tutorial for configuring the ORDS.
https://docs.oracle.com/cd/E37099_01/doc.20/e25066/install.htm#AELIG7181
And after part 1.8.1 - 1.8.5 I tried to connect.
Access Oracle REST Data Services typing the following URL in your web browser:
- http://<hostname>:<port>/ordsWhere:<hostname> is the name of the server where Apache Tomcat is running.
- <port> is the port number configured for Apache Tomcat application server.
Then I reieved this error:
503 Service Unavailable
The connection pool named: |apex|| is not correctly configured, due to the following error(s): IO Error: The Network Adapter could not establish the connection
I'm using Windows server 2019, with the latest Tomcat and ORDS.
I also tried to change the name of ords.war to apex.war before moving it, but maybe I had a mistake somewhere.
Any idea what could be the reason?
Thank you!