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
Month: January 2016
User Provisioning in WSO2 IS
WSO2 Identity Server 5.0.0 supports Inbound provisioning, Outbound provisioning and Just-In-Time provisioning. In this post, I’ll walk you through these provisioning concepts.
Remote debugging
This post will be on Remote debugging WSO2 products using Intellij idea. Thought of writing this simple post to avoid wasting time on Lets started from the scratch. Open the product source code from Intellij Idea.