Changes

Jump to: navigation, search

OSTEP Websphere Manual Setup

1,617 bytes added, 14:12, 28 October 2014
Created page with '= Overview = This section will help with a manual setup of Websphere 7 on a Centos installation. This should be useful for all projects that package the different pieces of Webs…'
= Overview =
This section will help with a manual setup of Websphere 7 on a Centos installation. This should be useful for all projects that package the different pieces of Websphere and scripts that automate the configuration of Websphere.

= Requirements =
This section should contain a list of all procedures and software that are required before the Websphere installation.

== JDK ==
Install JDK packages, openJDK should work.
<pre>
yum install java-1.6.0-openjdk
</pre>

== Download Websphere Fix Packs ==
Go to the following link and download Websphere 7 Fix Packs. If the link below does not work, use the search function on the IBM webpage and search for "websphere fix packs".
[http://www-01.ibm.com/support/docview.wss?uid=swg27009661 Websphere Fix Packs]

== Websphere Directory Structure ==
All Websphere files should be kept within the directory "/opt/IBM/Websphere/". Copy all files into the Downloads directory, the other directories will be used for installing the specific software. Take a moment to create the following directories for installation, downloads, etc.
<pre>
/opt/IBM/Websphere/
/opt/IBM/Websphere/Downloads
/opt/IBM/Websphere/AppServer
/opt/IBM/Websphere/HTTPServer
/opt/IBM/Websphere/UpdateInstaller
</pre>

== Create Websphere User ==
Websphere should be run by a single non-root user. All Websphere files should be owned by this user.
<pre>
username: wasadmin
</pre>

= Install Websphere Application Server =
# Download the Websphere Application Server Network Deployment file and supplicant file to the directory "/opt/IBM/Websphere/Downloads/".
# Extract the compressed files
#
198
edits

Navigation menu