I was using ords 2 and apex4 and now I upgraded to ords3.02 and apex 5.0.2.
I was having issue with mapped url and RESTful service. RESTful service doesn't work with mapped url. 404 error.
To fix the problem, I replaced all APEX_PUBLIC_USER with ORDS_PUBLIC_USER in all ORDS config files and that is how I fixed the problem.
My questions are:
1. Is it the recommend way for ORDS setup?
2. Is the APEX_PUBLIC_USER not need anymore?