在不影响应用程序可用性的情况下将 EAR 安装到 WebSphere 8.5 集群中
Install EAR into WebSphere 8.5 Cluster without affecting the application availability
我创建了 1 个动态集群,其中包含 2 个 WAS。我正在使用 Ant 脚本在集群上部署我的应用程序 EAR。为了安装新应用程序,我必须停止已经 运行 的应用程序,卸载应用程序,安装新应用程序,然后启动应用程序。这会影响我的应用程序的可用性。有什么方法可以在部署应用程序时实现应用程序可用性?
勾选Deploying and managing application editions with Intelligent Management
The application edition manager controls interruption-free production
application deployments. Interruption-free deployment prevents loss of
service when you install an application update in your environment.
此处讨论的主题有点太宽泛,因此请阅读该页面和子页面上的详细概念。
我创建了 1 个动态集群,其中包含 2 个 WAS。我正在使用 Ant 脚本在集群上部署我的应用程序 EAR。为了安装新应用程序,我必须停止已经 运行 的应用程序,卸载应用程序,安装新应用程序,然后启动应用程序。这会影响我的应用程序的可用性。有什么方法可以在部署应用程序时实现应用程序可用性?
勾选Deploying and managing application editions with Intelligent Management
The application edition manager controls interruption-free production application deployments. Interruption-free deployment prevents loss of service when you install an application update in your environment.
此处讨论的主题有点太宽泛,因此请阅读该页面和子页面上的详细概念。