Hi There,
i have done my ords installation to the Oracle DB via my local PC by using the command of "java -jar ords.war setup XXXX". I am able to set up Rest service in both the embedded Jetty and Tomcat in my local pc (i am able to get JSON response from my browser). But when i tried to install the rest service into my server (Tomcat, i just copied the ords.war and config folder into webapp folder) and access the end point via browser i encountered the error message of
"404 not found"
- 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

I have tried the "map-url" to map the base url to the DB but it doesn't work.
does anyone have any idea on what went wrong? is there anything else I can try?
Regards,
Yee Wah