I followed the installation instruction to deploy ORDS to Glassfish and Tomcat. In both cases, if I change the context root during the deployment to something other than "ords", I always get error "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."
It seems to me that the web server dispatched the request to ORDS but ORDS cannot further interpret the URL to connect to the database. However deploying ords.war to the context root of "ords" always worked.
Any way to change the context root for the deployed ORDS?
Thanks!