I have an app that uses Spring and is run with Jetty. I was hosting it on an Amazon EC2 instance but now I want to put it on Heroku. If found the following link but I don't know if it covers everything and since I'm new to Heroku and, to a lesser extent GIT, it seems overwhelming:

   http://blog.neo4j.org/2012/01/spring-onto-heroku.html

Does anyone have experience doing this and if so what is the first step? I do have a test Java app running on Heroku.

link|improve this question
feedback

1 Answer

up vote 1 down vote accepted

The Heroku Dev Center should answer most of your questions: http://devcenter.heroku.com/categories/java

In particular, the Spring MVC example article should help you get started: http://devcenter.heroku.com/articles/spring-mvc-hibernate

link|improve this answer
Sweet, thanks. The Spring MVC link seems especially useful. – EricFromChina Jan 13 at 16:21
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.