Use this topic to install into an application server or
cluster the service integration bus Web services enablement (SIBWS) resource
adapter.
The SIBWS uses the resource adapter to invoke Web services at
outbound ports. You install the resource adapter by using the wsadmin scripting client to run the sibwsInstall.jacl script.
This script is provided in the install_root/util directory,
where install_root is the
root directory for the installation of IBM WebSphere Application Server.
Complete the following steps for every standalone server or cluster on
which you want to install the resource adapter:
- Open a command prompt, then change to the install_root/bin directory.
- To install the resource adapter, run the following command:
wsadmin.ext -f install_root/util/sibwsInstall.jacl INSTALL_RA
-installRoot install_root_using_forward_slashes
-nodeName node_name [-clusterName cluster_name]
where .ext is the file extension .bat for
a Windows system, or .sh for a Unix or Linux system, or nothing
for an i5/OS system (because iSeries commands do not have a file extension).Note: - Install the resource adapter before you install the SIBWS or endpoint listener applications.
- The optional parameter is indicated by square brackets ("[ ]"). You
only need to use the clusterName parameter if you are installing
the resource adapter for deployment to a cluster.
- No serverName is required for installing the resource
adapter on a standalone server. If you supply a server name, the command fails.
- This use of forward slashes ("/") is compulsory for this command,
even on Windows systems.
For example, for a standalone server on a Windows system the
command might be:
wsadmin.bat -f ../util/sibwsInstall.jacl INSTALL_RA
-installRoot "C:/Program Files/IBM/WebSphere/AppServer"
-nodeName node1