I've generated a war file for a play app that uses a postgres database driver, but when I deploy that to tomcat, the deploy fails and tomcat gives me an "Unable to load class: ${database.driver}" error. My app works fine from the activator. How do I get Tomcat to pickup the database driver specified in build.sbt?
I've generated a war file for a play app that uses a postgres database driver, but when I deploy that to tomcat, the deploy fails and tomcat gives me an "Unable to load class: ${database.driver}" error. My app works fine from the activator. How do I get Tomcat to pickup the database driver specified in build.sbt?