Friday, November 20, 2009

Terracotta quick tutorial

I think the quickest way to grasp the concept and get started using Terracotta. Find it here Terracotta quick start

Spring 3 file upload


I could not find a consolidated and everything works kind of Spring fileupload example using Spring 2.5.x or 3.x. I have written tested and uploaded it here. Framework Factory blog on Spring 2.5/ Spring 3 Fileupload

Monday, November 2, 2009

increasing tomcat JVM heap size


    export CATALINA_OPTS="-Xms16m -Xmx256m"