Hi all, This post will guide you to install IBM Websphere MQ version 8 on a Windows 7 Virtalbox instance. The reason for writing this post was the difficulty I have faced when installing due to the ambiguous documentations. Lets start installing.
Category: IBM
Configuring IBM MQ 7.4 in Windows instance
Configuring IBM MQ 7.4 in Windows In an earlier post, I have discussed about installing IBM MQ 7.5 in a Windows machine. The next step will be configuring IBM MQ to transfer a file. Step 01 Open IBM MQ explorer with administrative privileges. And you will get the following user…
Configuring IBM AIX 7.1 with IBM JDK 1.6
1. Download IBM SDK 6 for AIX 7.1 using the below link. https://www.ibm.com/developerworks/java/jdk/aix/service.html You will get the Java6_64.sdk.6.0.0.385.tar file. 2. Extract the tar file using the following command. tar –xvf Java6_64.sdk.6.0.0.385.tar You will get the Java6_64.sdk file. 3. Start the installation using the below commands. inutoc . smitty installp
Installing Web logic 12.1.2 in IBM AIX
Prerequisites JDK 1.7 or above wls_121200.jar downloaded (download the jar from here) Installation Steps Type the below command from the location where the jar file exists. java -jar wls_121200.jar
Extracting a .zip file using unzip command in IBM AIX
Unzip utility is not installed in IBM AIX by default. And also it can not be installed using apt-get, as we do in Linux OS. Here is a step by step guide to install unzip in IBM AIX.
Using Federated Authentication in WSO2 IS 5.0.0
In federated authentication, WSO2 IS will not handle the authentication process. Thus it will be handled by an external applications such as Facebook, Google, Yahoo, Microsoft Windows Live etc. and send the response back to the Identity server. In this post I will guide you to use Facebook as federated authentication.