Sample project that use tomcat(webapp-runner) for Heroku training
Clone app from Github
$ git clone git@github.com:flect/ht-java-tomcat.git
$ cd ht-java-tomcat/
Create Heroku application
$ heroku create
Deploy application
$ git push heroku master
Visit application
$ heroku open