Currently I deploy using command line:
play war myappname -o myappname-war
APPENGINE_SDK_DIR/bin/appcfg update myappname-war/
I am developing in Eclipse. Can I deploy the Play! app using Eclipse plugin as I used to for standard GAE apps?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Right click on the project name in Project Explorer, you should see a ‘Google’ menu option, go on that and select Deploy to App Engine. You will have to add your app engine login info there.