I have been tasked to deploy a ROOT.war app on Apache Tomcat. Here's what the ROOT.war file looks like on the inside:
The app I was told uses a Postgresql as its database. I already have sorted that one out.
I just want to know how to run this app on Apache Tomcat using this application.properties configuration file they have provided. Here's what it looks like:
Thank you very much and regards, Jeremy


application.propertiesfile insideclasses/resourcesdirectory2020-03-06 17:49:20.679 WARN 9710 --- [ost-startStop-1] ConfigServletWebServerApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanDefinitionStoreException: Failed to parse configuration class [asia.edusuite.sample.Application]; nested exception is java.lang.IllegalArgumentException: Could not resolve placeholder 'property.location' in value "file:${property.location}/application.properties"