Hello,
As far as i know, Jelastic still does not support Play 2.0 app's hosting. Beside Heroku, i'd like to inform you that i have successfully deployed my play 2.0 test apps on Redhat Open Shift & Cloudbees. However, there are things that i'd like to point out about them:
- Openshift is still not ready for production phase. It supports PLay 2.0 app hosting through its DIY configuration. However, the DIY configuration does not support scaling more than 1 CPU.
- Cloudbees, packages play 2.0 apps as a War (through Jenkins build process ) first before host it. However, when i added jasper report template files in my play 2.0 projects (*.jrxml), my apps could not find these files after being deployed to cloudbees while it could when it is running in my development machine. I'm still figuring out how to tackle this problem ( perhaps , someone in this forum have encountered this problem and would like to share the workarounds in here ).
Cheers,