Installing the receiver on a WAS server instance

Before you begin

You will need to make sure that your application server is running and that a CEI instance is already installed on it.

Extract the Common Event Infrastructure Web Services Receiver image (cei-600-wsnt.zip) to a directory on a machine where the WebSphere Application Server 6.0.x is already installed.

Steps

From a command window, enter the following commands:

  1. cd <image_dir>
  2. <WAS_DIR>\java\bin\jar -xvf cei-600-wsnt.zip
  3. <WAS_PROFILE_DIR>\bin\wsadmin -conntype SOAP -host <was_host> -port <was_port> -user <user> -password <password> -f <image_dir>\bin\install-server.jacl <image_dir>/bin/wsnt-was.ear <server_name>

    Attention: You must use forward slashes "/" as the directory separator for the wsnt-was.ear file location.

From a command shell and enter the following commands:

  1. cd <image_dir>
  2. <WAS_DIR>/java/bin/jar -xvf cei-600-wsnt.zip
  3. <WAS_PROFILE_DIR>/bin/wsadmin.sh -conntype SOAP -host <was_host> -port <was_port> -user <user> -password <password> -f <image_dir>/bin/install-server.jacl <image_dir>/bin/wsnt-was.ear <server_name>

where


Related topics
Hardware and software requirements
Installing the receiver on a WAS cluster
Verifying installation
Uninstalling the receiver

Parent topic
Installation overview