How to Redeploy an Application Without Interrupting Service to Existing Clients
(Doc ID 1361752.1)
Last updated on NOVEMBER 04, 2024
Applies to:
Oracle WebLogic Server - Version 10.3 and laterOracle Cloud Infrastructure - Version N/A and later
Information in this document applies to any platform.
Goal
Sometimes in a production environment, it is necessary to redeploy a new version of an application without interrupting service to existing clients. That is, while redeployment is taking place, one version of the application is "active," while the other version is "retiring." The active application version receives all new client connection requests for the application, while the retiring application version processes only those client connections that already existed when redeployment took place.This is commonly referred to as a "hot" or "rolling" redeployment.
This procedure is covered comprehensively by the documentation. This article is not intended to replace that documentation, only to supplement it by providing simple instructions on how to accomplish this.
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |