3

just wondering if we can retrieve the EAR file of an application that was already installed on Websphere Application Server.

ancora imparo
  • 82
  • 2
  • 10

3 Answers3

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
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