FaceBooker xd_receiver path

June 13th, 2009 | by spvijay | tech |

A team back here is buiding an application with FBConnect using Facebooker plugin. After successfully authentication from FB, this plugin expects xd_receiver.html (for taking care of cross domain issues)  in the same path where the current url is. We have this file under / as www.domain.com/xd_receiver.html and hence login url for FBConnect from the homepage [...]



CATEGORY: Tech

Amazing Amazon EC2.

June 10th, 2009 | by spvijay | tech |

Amazing Amazon EC2.. We badly needed a new server for a demo and our existing server had some issues. Could get a Win2003 server in flat 10 minutes at 4 AM IST. Just cannot imagine such a QoS with traditional data centers. “Jai Ho” to the power of cloud computing and to Amazon for making [...]



CATEGORY: Tech

Apache Tomcat OutOfMemory Exceptions – HeapSpace, PermGen Space

June 7th, 2009 | by spvijay | tech |

Came across an interesting problem and noticed that we usually treat all “tomcat OutOfMemory” issues by just adding the java xms & xmx options. This may not be right solution as this just increases the JVM heap space and hence would take care of the exception which is related heap space i.e.  Exception in thread [...]



CATEGORY: Tech