Open main menu

CDOT Wiki β

Changes

OSTEP Websphere Manual Setup

584 bytes removed, 15:43, 30 October 2014
no edit summary
</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