Explode the EAR File

To explode the EAR file, follow these steps:
  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 the following command:
    jar -xvf <context_name>.ear
  5. Delete the <context>.ear and <context>.war files <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. Explode the <context_name>.war file by executing the following command to get the directory structure:
    jar -xvf <context_name>.war