简体   繁体   English

是否可以重新部署?

[英]Is redeployment possible?

I created one web application in eclipse and successfully deployed it on google app engine. 我在eclipse中创建了一个Web应用程序,并将其成功部署到了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? 他们有重新部署的选择吗?

如果您有google app engine插件,只需单击deploy按钮,它将重新部署整个应用程序。

  1. Update the version number in appengine-web.xml . 更新appengine-web.xml中的版本号。
  2. Re-deploy using the Google App Engine Eclipse plugin . 使用Google App Engine Eclipse插件 重新部署
  3. Go to the Admin console and set the new version as the default. 转到管理控制台,然后将新版本设置为默认版本。

Voilà! 瞧! You have just updated your app! 您刚刚更新了您的应用程序!

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM