Heads-up for anyone deploying ORDS with Tomcat: before copying ords.Copy the war file into the webapps folder, and then run 'ords war' or 'ords.war' from the terminal. This step injects the necessary database configuration into the WAR file. Skipping it will result in errors, such as “No database was mapped to the URL pattern…” during runtime. Always configure the WAR before deploying to avoid headaches later.