Installation procedure for WebSphere Liberty Profile.
Topic : Installation procedure for WebSphere Liberty Profile.
Procedure:
Note: WAS Liberty Profile for developers is free. All Above mentioned jars can be downloaded from wasdev.net.
Procedure:
- 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.
- 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.
- 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.
- 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
Post a Comment