If you failed to deploy your app to GAE successfully (i.e. lost connection while uploading) you can recover it using a rollback option:
java -cp "<path_to_jar>\appenginetools-api.jar" com.google.appengine.tools.admin.AppCfg rollback "<path_to_project>\war"
then enter your email and password
After that you can try to deploy your app once again.
No comments:
Post a Comment