Mouli Natarajan wrote:
java.lang.NoClassDefFoundError: org/apache/commons/logging/Log
The mentioned class is missing in the classpath.
To fix the problem just add the mentioned class to the classpath.
As the package name already hints, it is part of Apache Commons Logging which you can get at
http://commons.apache.org/logging Download the JAR file(s) there if you don't have yet. The /WEB-INF/lib folder is covered by the classpath and the right place to put JAR files in.