Skip to content

Instantly share code, notes, and snippets.

@danilobatistaqueiroz
Last active February 11, 2018 04:03
Show Gist options
  • Save danilobatistaqueiroz/1ba96c0bcca3cb58ee9e4aa222c89173 to your computer and use it in GitHub Desktop.
Save danilobatistaqueiroz/1ba96c0bcca3cb58ee9e4aa222c89173 to your computer and use it in GitHub Desktop.
websphere 8.5 ejb tutorial

How to install WAS on Windows:

To install IBM Websphere 8.5 on Windows you'll need to:

Download IBM Installation Manager 1.8
http://www.ibm.com/support/fixcentral/swg/quickorder?parent=ibm%7ERational&product=ibm/Rational/IBM+Installation+Manager&release=1.8.4.0&platform=Windows&function=all&useReleaseAsTarget=true

Install IBM Installation Manager 1.8
Extract the zip file to the desired location. In this guide, I will extract to c:\was
Double click on install to start installation
Click on Next
Accept the license agreement and click Next
You can either keep the default directory to install or click on Brose to change the installation directory location.
In this guide, I will leave it as default
Click on Install
It may take few minutes to complete the installation, and at the end, you should have installation confirmation
Click on either Close button or Restart Installation Manager.
Now, we will proceed with download and install IBM WAS 8.5.5 ND

Download IBM WAS 8.5.5 ND
https://www14.software.ibm.com/webapp/iwm/web/preLogin.do?source=swerpws-wasndim85&S_PKG=500026211&S_CMP=web_dw_rt_swd

Extract the zip file to the desired location. In this guide, I will extract to c:\wasnd
Double click on Install to begin the installation
Enter IBM ID credential on password-required popup and click on Ok
Ensure Version 8.5.5 is selected in install packages list screen and click on Next
Select the fixes version and click Next
Accept the license agreement and click Next
You can either leave the default directory to be installed or click on Brose to change the location and click Next.
In this guide, I will move it to default installation directory
Select the language you wish to install and click Next
Click on next on install features screen
Click Install on summary information, and at the end, you will have installation confirmation
Click on None at right panel under “Which program do you want to start?” and click on Finish


Links:

https://geekflare.com/was-8-5-5-installation-guide-on-windows/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment