Open main menu

CDOT Wiki β

Changes

OSTEP Websphere Manual Setup

586 bytes added, 19:26, 29 October 2014
no edit summary
= Install Update Websphere Application Server SDK - Fix Packs Pack =
Installation of the Websphere Application Server which will manage all Websphere resources.
* Perform all tasks as user: "wasadmin"
= Install Update Websphere Application Server - Fix Pack =
* Download the latest Fix Packs from the IBM website
* Perform all tasks as user: "wasadmin"
= Install Update Websphere HTTP Server - Fix Pack =
* Download the latest Fix Packs from the IBM website
* Perform all tasks as user: "wasadmin"
</pre>
* Confirm successful installation by searching for "INSTCONFSUCCESS" at the end of the log file.
 
 
= Copy Nexj Plugins =
* Perform all tasks as user: "wasadmin"
* Find all Websphere files on host "bahamas" in directory "/data/nexj-resources"
* Make the following directories:
<pre>
mkdir -p /opt/IBM/WebSphere/AppServer/lib/ext/
mkdir -p /opt/IBM/WebSphere/AppServer/nexj/lib
</pre>
* Copy the following files to the new directories:
<pre>
cp jtds-1.2.2-6.jar /opt/IBM/WebSphere/AppServer/lib/ext/
cp nexj-websphere.jar /opt/IBM/WebSphere/AppServer/lib/ext/
cp jtds-1.2.2-6.jar /opt/IBM/WebSphere/AppServer/nexj/lib/
cp nexj-boot.jar /opt/IBM/WebSphere/AppServer/nexj/lib/
 
</pre>
198
edits