【发布时间】:2017-01-05 02:09:19
【问题描述】:
WebSphere 是否具有与 Weblogic 中类似的功能,例如并行部署/版本控制。我需要在 WebSphere 上部署我的应用程序,并以最少的停机时间/重新启动集群。对此的任何指示都会有所帮助
【问题讨论】:
标签: deployment websphere
WebSphere 是否具有与 Weblogic 中类似的功能,例如并行部署/版本控制。我需要在 WebSphere 上部署我的应用程序,并以最少的停机时间/重新启动集群。对此的任何指示都会有所帮助
【问题讨论】:
标签: deployment websphere
一切都取决于您的版本和具体要求。请参阅下面的一些选项。
您必须拥有 WAS 8.5.5 或更高版本。然后你可以使用应用程序版本管理见Deploying and managing application editions with Intelligent Management
对于早期版本,您可以使用rollout update。 Rollout Update 按顺序更新包含集群成员的节点上的配置。
或此处描述的手动过程 - Maintain continuous availability while updating WebSphere Application Server enterprise applications
【讨论】: