Installation procedure for WebSphere Liberty Profile.

Topic : Installation procedure for WebSphere Liberty Profile.

Procedure:

  1. Install a Java SDK. If you already have a Java 6 or Java 7 SDK then you can skip this step. To install a Java 7 SDK ,simply unzip the file ibm-java-sdk-70-win-i386.zip.
  2. Install the WebSphere Application Server Developer Tools for Eclipse V8.5.5.From the command prompt type java -jar WDT-8.5.5-win.jar and follow the prompts to install Eclipse 4.2.2 and the developer tools to the directory of your choice.
  3. Install the IBM WebSphere Application Server V8.5.5 Liberty Profile. From the command prompt type java -jar wlp-developers-runtime-8.5.5.0.jar and follow the prompts to install the Liberty profile to a directory of your choice. If you want to use JMS, Web services or MongoDB you should also install the extended programming models. This can be done by running java -jar wlp-developers-extended-8.5.5.0.jar and following the prompts.
  4. Optional: Install the IBM WebSphere Application Server V8.5.5 Network Deployment Liberty Profile Trial. From the command prompt type java -jar wlp-nd-trial-runtime-8.5.5.0.jar and follow the prompts to install the Liberty profile to a directory of your choice. If you want to use JMS, Web services or MongoDB you should also install the extended programming models. This can be done by running java -jar wlp-nd-trial-extended-8.5.5.0.jar and following the prompts.

Note:  WAS Liberty Profile for developers is free. All Above mentioned jars can be downloaded from wasdev.net.

Comments

Popular posts from this blog

Jenkins Dynmaic Parameter - List All Branches in a Git Repository

JMSWMQ2013: The security authentication was not valid that was supplied for QueueManager 'XYZ' with connection mode 'Client' and host name 'x.x.x.x(1415)'. Please check if the supplied username and password are correct on the QueueManager to which you are connecting.