Posts

Showing posts with the label WAS

Installation of Websphere

Hi All, In this I am going to explain how to install and configure IBM WAS 7.0 (Websphere Application Server) in RHEL5 Step 1 :  Download the WAS (Trial Version) from IBM website. www.ibm.com --> click on supports & Downloads ---> Download --> Trials & Demos --> click on Websphere Application server in the list --> Websphere Application server 7.0 (Linux) The Download file name is as follows : was.cd.7000.trial.base.linux.ia32.tar.gz Step 2 : Now we have downloaded the WAS 7.0 for Linux. We are going to upload the downloaded the file into the Linux server using Winscp tool Note : you can download the Winscp tool for free. try it through google Step 3 : After uploading the file, download the putty and run it. Login through Root. Step 4 : After login into the server through SSH, we need to gunzip the file. Open the directory that you have uploaded the  was.cd.7000.trial.base.linux.ia32.tar.gz file and run the following command : # gunz...