Previous Topic: Deploy the iam_im.earNext Topic: Deploy the iam_im.ear from the WebSphere Administrative Console


Deploy the iam_im.ear with a JACL Script

The simplest method to deploy the iam_im.ear is to use a JACL script.

Follow these steps:

To deploy the iam_im.ear with JACLs, perform the following steps.

  1. Copy the compressed iam_im.ear file to the following directory.

    websphere_home/profiles/profile_name/bin

  2. Open a command line and move to the preceding directory.
  3. Run one of the following commands:

    Single Node: wsadmin -f WebSphere-tools/imsinstall.jacl path_to_EAR

    Cluster: wsadmin -f WebSphere-tools/imsinstall.jacl path_to_EAR ClusterName

Important! If this procedure succeeds, continue to Edit the user_console.war. If this procedure fails, use the procedure, Deploy the iam_im.ear from the WebSphere Administrative Console.