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.
From a command window, enter the following commands:
cd <image_dir>
<WAS_DIR>\java\bin\jar -xvf cei-600-wsnt.zip
<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:
cd <image_dir>
<WAS_DIR>/java/bin/jar -xvf cei-600-wsnt.zip
<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