How To
How to configure a Java Project in Heroku
To deploy a Web project in Heroku I’ve followed the official documentation. Nevertheless, my project artifact (WAR) needed to run Jetty and the documentation didn’t specify that case. First, I’ve configured the pom file to copy the jetty-runner library to the final artifact. Then, I’ve created the Procfile Read more…