I am upgrading from an older version of APEX to the latest version and it forces me to upgrade the APEX REST repository to ORDS Based Repository. My APEX REST api published endpoint did not need the module base path. The ORDS api requires module base path.
Anyone ever use Tomcat to perform some sort of url mapping for REST?
For example, APEX Repository allowed the following:
http://example.com/ords/mySchema/employees
ORDS based requires:
http://example.com/ords/mySchema/hr/employees
Changing the api endpoint is not really an option as it is widely used.
Thanks
Glen