Java Play 2 - Deployment
问题 Updated 08.18.2012 I am using Play 2.0.2 and I want to deploy my app to Amazon Webservices. I think the easiest way to do this is via Elasticbeanstalk. I used Play2war to package my app https://github.com/dlecan/play2-war-plugin/ I was able to package it with play war According to the usage guide of play2war, I renamed my file to ROOT.war because i used Linux 32bit Tomcat7. I also used the servlet 3.0 as described in the tutorial on play2war. (tomcat 7 -> servlet 3.0). The file size is 31mb.