How to Use weblogic.Deployer to Redeploy a Running Application
(Doc ID 1169203.1)
Last updated on JANUARY 08, 2024
Applies to:
Oracle WebLogic Server - Version 9.0 and laterInformation in this document applies to any platform.
Goal
After an application has been deployed to production, the development team will likely maintain the application (e.g. fixing code) or create a new version for the application. Once a new version is ready, the application needs to be redeployed to the production server.
However, in many cases, a live redeployment is preferable, that is, the application must not be offline while the new version is deployed. Thus, external users are not aware of any change.
This article shows how to use the weblogic.Deployer command to achieve that need.
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 |