WebLogic 12c - How to Automatically Undeploy Retired Deployments
(Doc ID 2231244.1)
Last updated on NOVEMBER 14, 2022
Applies to:
Oracle WebLogic Server - Version 12.2.1.1.0 and laterInformation in this document applies to any platform.
Goal
The goal is to physically remove the retired applications from the server.
Currently the old version is de-activated once the in flight transactions and the configured timeout is reached. It will not get removed from the server.
This is explained here:
WebLogic Server undeploys the retiring application version after all existing clients of the application have finished their work, or when a configured timeout is reached.
https://docs.oracle.com/middleware/1221/wls/DEPGD/redeploy.htm#DEPGD266
How Production Redeployment Works
If you need it removed, then it will need to be done manually either by using undeploy or by writing a script to to run the undeploy command periodically to remove the retired versions.
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 |