I created one web application in eclipse and successfully deployed it on google app engine. Then i do some modification in my program. How to do changes in the deployed application. Is their any option for redeployment?
+3
A:
If you have the google app engine plugin just click on the deploy button and it will re-deploy the whole application.
Lombo
2010-02-11 10:46:30
A:
- Update the version number in appengine-web.xml.
- Re-deploy using the Google App Engine Eclipse plugin.
- Go to the Admin console and set the new version as the default.
Voilà! You have just updated your app!
markvgti
2010-03-11 10:24:25