Explode the EAR File

Explode the EAR file.

To explode the EAR file:
  1. Create the applications directory under the domain name directory.
    For example, /Bea/user_ projects/domains/ <Domain _name>/applications.
  2. Create the <context_name>.ear directory under the applications directory.
  3. Copy the <$FIC_WEB_HOME/<context_name>.ear file to the <WEBLOGIC_INSTALL_ DIR>/ Bea/user_projects/domains/<DOMAIN_NAME>/applications/<context_ name>.ear directory.
  4. Explode the <context_name>.ear file by executing: jar -xvf <context_name>.ear.
  5. Delete the <context>.ear and <context>.war files located in <WEBLOGIC_ INSTALL_DIR>/Bea/user_projects/domains/<DOMAIN_ NAME>/applications/ <context_name>.ear
  6. Create a directory <context_name>.war under the <WEBLOGIC_INSTALL_ DIR>/Bea/ user_projects/domains/<DOMAIN_ NAME>/applications/<context>.ear./<context>.war directory.
  7. Copy the <$FIC_WEB_HOME/<context_name>.war file to <WEBLOGIC_INSTALL_ DIR>/ Bea/user_projects/domains/<DOMAIN_NAME>/applications/<context_ name>.ear/<context_name>.war directory.
  8. Execute jar -xvf <context_name>.war command to explode the <context_name>.war file, to get the directory structure: