hi all,
Apex and ORDS versions are 19.2, database 11g XE
I have create a REST service which is protected and needs to authenticate with OAuth 2 ( Access Token ) -Client Credentials method-, when i create and run on apex.oracle.com it works fine ( got Access Token through Postman ) and also works fine in ORDS standalone but when I am trying to get Access Token after running Tomcat 9 its not working.
Please guide me how i can achieve it with Tomcat 9, how to configure etc.
Screenshots:

