There can be a situation where you want to invoke the wso2 admin services from your external custom management tool. This post is taking a single use case where, making the WSO2 admin service for blocking users as a REST service.
Thursday, September 24, 2015
Debug Web application in tomcat with Intellij Idea
Tomcat facilitate the debugging capability with JPDA to web app developers and it explained in the official wiki of tomcat. However, document is not giving any explicit document for debugging with Intellij Idea. Therefore in this blog, Step by Step guide is given to debug the web app hosted in tomcat with Intellij Idea.
Export the JPDA port
LM-SFA-00871979:apache-tomcat-7.0.64 vsivajothy$ export JPDA_ADDRESS="8080"
Labels:
Debugging,
Idea intellij,
java,
Tomcat,
Web Application
Thursday, September 17, 2015
Recursively get the property value in synapse
There are certain situation that you may know only the one property name but there might be some other property
Interesting Pattern with single for loop!
Minimum loop required to print below Pattern (can be n*n).
4 4 4 4 4 4 4
4 3 3 3 3 3 4
4 3 2 2 2 3 4
4 3 2 1 2 3 4
4 3 2 2 2 3 4
4 3 3 3 3 3 4
4 4 4 4 4 4 4
4 3 3 3 3 3 4
4 3 2 2 2 3 4
4 3 2 1 2 3 4
4 3 2 2 2 3 4
4 3 3 3 3 3 4
4 4 4 4 4 4 4
Subscribe to:
Posts (Atom)