I know many platforms that currently support play 1.x but did any one have tried any that support play 2.x.
6 Answers
I would recommend Heroku as The One (in capital letters). They are amazing, and provide excellent support for Play.
BUT! we aware that (unless I missed something last week) they still DO NOT SUPPORT WebSockets, arguably one of the major improvements in Play 2.0. So, if your application requires WebSockets, go with Amazon EC2.

- 16,429
- 5
- 63
- 100
-
Didn't knew that. Thanks for the tip, Pere. – i.am.michiel Apr 23 '12 at 22:43
As far as I know, you have :
- Heroku
- Cloudfoundry
EDIT : I'll add a bit of information about Play! cloud platforms. Zenexity, the company behind Play had a cloud platform for 1.x versions of Play! : playapps. They recently announced (1st may 2012) that they will close the platform. But they are suggesting a move to Heroku for all plays apps. As well for versions 1.x as 2.x.

- 10,281
- 7
- 50
- 86
-
Heroku is my cloud platform of choice; I've had nothing but good experiences with them. – Sean Freitag Apr 19 '12 at 13:17

- 4,723
- 3
- 37
- 49
-
I tried this one but I got nowhere I think I should give it another try. – Ahmed Aswani Apr 20 '12 at 16:35
Jelastic is a breath of fresh air.
And here is a tutorial: http://blog.jelastic.com/2013/07/02/play-2-web-application-deployment-tutorial/

- 169
- 3
I would recommend openshift, here's a screencast showing how to do it http://playlatam.wordpress.com/2012/05/21/deploying-play-framework-2-apps-with-java-and-scala-to-openshift/
and an article at red hat

- 60,462
- 79
- 252
- 386