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...
Subscribe to:
Posts (Atom)
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...
-
When I first started using WebEx 3 years ago for my current job I accidentally set the WebEx One-click meeting topic to my colleagues' n...
-
I was having the toughest time trying to sync a new folder tree in my depot. I was getting this error: //depot/Some-path/some-sub-path/....
-
If you're doing security/cryptographic testing with Java - especially with JMeter - you might encounter errors in your testing where you...