just wondering if we can retrieve the EAR file of an application that was already installed on Websphere Application Server.
Asked
Active
Viewed 7,246 times
3 Answers
5
If you navigate to: Applications > Enterprise Application you should have an option to export the EARs.

Astrogat
- 1,617
- 12
- 24
1
You can also locate the unexpanded ear file and download it to your computer from the following directory.
<profile_dir>/<profile_name>/config/cells/<cell_name>/applications/<applcation_name>

T_Man
- 76
- 7
-
the server is at a remote location and all I have access to is the admin console. thanks for the tip though. – ancora imparo Sep 10 '15 at 11:29
0
If you are using WAS 8.5 or more, then the location is
Applications -> Application Types -> Websphere Enterprise Applications

Praveen
- 1,791
- 3
- 20
- 33