===============================================================================
Installing IBM® WebSphere® Business Integration (WBI) Workbench Server™ v4.2.3
Fixpack
===============================================================================
The contents of this file describe how to run the IBM WBI Workbench Server
4.2.3 Fixpack Installation Wizard.
The WBI Workbench Server 4.2.3 Fixpack Installation Wizard
starts by running the jar file named wbiws423f1.jar from the
location where you have extracted the contents of the zip file that you
downloaded from the Internet.
Before starting the WBI Workbench Server 4.2.3 Fixpack Installation
Wizard, you have to do the following:
Make sure that a previous installation of the full version of the WBI Workbench Server v4.2.3 (installed by running the wbiws423.jar ) already exists, and has not been uninstalled. Otherwise, the installation of this Fixpack will not be performed successfully. For more information about installing the full version of WBI Workbench Server 4.2.3, please refer to the install.txt file that is shipped with that release.
It is strongly recommended that you make a copy of following files, which have values in you previous deployment of WBI Workbench Server v4.2.3, as you may need them:
<WorkingDir>/install/InstallParam.tcl
<WebSphereHome>/Repository.ear/All.war/WEB-INF/web.xml
You should completely un-deploy the existing WBI Workbench Server
before you start deploying the new WBI Workbench Server application that belongs
to this fixpack.
Make sure that the IBM jdk 1.3.0 is installed on your machine. Alternatively, you can use the IBM JDK that is shipped with IBM WebSphere Application Server.
You must install the fix pack file wbiws423-f1.jar on the same installation (Home) directory where the full version has been installed.
To start the WBI Workbench Server 4.2.3 Fixpack Installation
Wizard, run the wbiws423f1.jar file by doing the following:
On Windows platform:
Start a command prompt window.
Make sure that the full path of the java.exe is included in the Path environment variable. Otherwise, you should change the directory to the location where the java.exe exists. For example, if you are using the IBM JDK that is shipped with IBM WebSphere Application Server then type the following, and then press Enter:
CD C:\WebSphere\AppServer\java\bin\
Where C:\WebSphere\AppServer\ is the IBM WebSphere Application Server's installation path.
Type the following in the command prompt, and then press Enter:
java.exe -jar C:\temp\wbiws423f1.jar
Where C:\temp is the location where the wbiws423f1.jar
file exists.
On AIX® and Solaris platforms:
Start a terminal console as root.
Make sure that the full path of the java is included in the PATH environment variable. Otherwise, you should change the directory to the location where the java exists. For example, if you are using the IBM JDK that is shipped with IBM WebSphere Application Server, type the following, and then press Enter:
On AIX platform, type:
cd /usr/WebSphere/AppServer/java/bin/
Where /usr/WebSphere/AppServer/ is the IBM WebSphere Application Server's installation path.
On Solaris platform, type:
cd /opt/WebSphere/AppServer/java/bin/
Where /opt/WebSphere/AppServer/ is the IBM WebSphere Application Server's installation path.
Type the following in the command prompt, and then press Enter:
java -jar /tmp/wbiws423f1.jar
Where /tmp is the location where the wbiws423f1.jar file exists.