You will need to make sure that your WebSphere Application Server is stopped before uninstallation. In a federated environment Deployment Manager must be running during uninstallation of EIF WebSphere JMS Provider.
From a command
window, enter the following command:
<WASDIR>\java\bin\java
-jar <was_profile_path>/eventext/uninstall/uninstall.jar
From a
command shell enter the following commands:
<WASDIR>/java/bin/java -jar
<was_profile_path>/eventext/uninstall/uninstall.jar
where
If the global security of WebSphere Application Server is enabled, then
a valid user identifier and password for the user need to be supplied
through standard input in the format of KEY=VALUE pairs seperated by
colon. You need to specify the parameters WAS_USER and WAS_PASSWORD and
the valid user identifier and password for that user as corresponding
values in this input string.
echo "WAS_USER=Administrator:WAS_PASSWORD=password" |
"C:\Program Files\IBM\WebSphere\AppServer\java\bin\java"
-jar "C:\Program Files\IBM\WebSphere\AppServer\profiles\AppSrv01\eventext\uninstall\uninstall.jar"
echo "WAS_USER=root:WAS_PASSWORD=password" |
/usr/WebSphere/AppServer/java/bin/java -jar
/usr/WebSphere/AppServer/profiles/AppSrv01/eventext/uninstall/uninstall.jar
The uninstallation utility creates the following two log files which can be used for debugging uninstallation problems,
where
Parent topic
Installing the EIF WebSphere JMS Provider