Reputation: 50790
Is there any way by which I can download the ear from weblogic console ?
The ear is deployed to my server. I am using Weblogic 12c.
Upvotes: 3
Views: 9056
Reputation: 34
You can't get the EAR from the Console. You will need to get access to the host running your WLS instances (via SSH or FTP).
If you uploaded your EAR through the console you will find it at [DOMAIN_HOME]/servers/AdminServer/upload. If your deployment staging mode is no stage or external stage (see Staging Mode Descriptions and Best Practices at http://docs.oracle.com/middleware/1213/wls/DEPGD/deploy.htm#DEPGD235= ) you can get the EAR location path in the App Overview Tab ( Select Deployments in the Domain Structure Tree and select your application on Summary on Deployments).
Upvotes: 1