I build an APEX application with the version APEX 22.2 and ORDS 18.4. When run the application from the App Builder in workspace, the page will be opened properly. But when I copy the URL and open it in a new browser, I get 404 error Not found.
I use Tomcat as the webserver. ords.war and /i/ are copied to Tomcat webapps/.
I check the logs both in tomcat (catalina.log) and ords (access.log & error.log). no errors are reported in the logs.

