Wednesday, April 06, 2011

Great quote from Kung Fu Panda

you are too concerned with what was and what will be. Yesterday is history, tomorrow is a mystery, today is a gift, that's why it's called the present

Need to reference a JAR for your app in Tomcat 6.x?

One way is to place the JAR in the lib directory and then add the reference to the shared.loader property.

For example:

shared.loader=C:\Apache\Tomcat\apache-tomcat-6.0.32-windows-x86\apache-tomcat-6.0.32\lib\.jar

That was it...

Exploring ELK (Elastic) Stack for hack-a-thon

At my current gig, our group finally got to do hack-a-thon week and I joined a team project that tied together a few of the technologies I&#...