Sunday, August 28, 2016

When using Jmeter I have come across two easy ways to record Jmeter scripts. I will explain these methods and the some tips to make your reording more usefull. 1. Using  blazemeter plugin. This is a browser plugin that can be used to record Jmeter Scripts. Note that you should have a account created in blazemeter website for this and account creation is free. You can get the plugin for chrome from here. After Installing the plugin, setup...

Monday, August 22, 2016

By default the management console of WSO2 products are not accessible through HTTP, this is restricted due to security concerns. But if anyone desires to access the management console via the HTTP port Following is how you can do this. 1. Open <WSO2 HOME>/repository/conf/carbon.xml. 2. Search for the following configuration and uncommnet it if its commented or enable it.     <EnableHTTPAdminConsole>true</EnableHTTPAdminConsole> 3....

Wednesday, August 3, 2016

Recently I updated my laptop to Fedora 24 from Fedora 23. And suddenly my tocuhpad stopped working properly. Even touchpad settings were missing under Gnome environment. Although everything worked with wayland I had some issues when working with wayland. Following is how I got this resolved. Please do the changes with caution and with proper backups. The primary method of configuration for the touchpad is through an Xorg server configuration...
In this Post I will explain How we can receive Emails through WSO2 ESB Mailto transport and perform some operations on it. 1. First lets Enable the transport. Open "repository/conf/axis2/axis2.xml" and uncomment the following section. <transportReceiver name="mailto" class="org.apache.axis2.transport.mail.MailTransportListener"> <!-- configure any optional POP3/IMAP properties check com.sun.mail.pop3 and com.sun.mail.imap...
Subscribe to RSS Feed Follow me on Twitter!