hi ,
i am new to JSP , and trying to work with Tomcat and Lucene Api, and have some problems...
like when i type "http://localhost:8080/LuceneSearch/all.jsp?query=math" in my browser, i got following errors..
type Exception report
message
description The server encountered an internal error () that prevented it from fulfilling this request.
exception
javax.servlet.ServletException: Filter execution threw an exception
root cause
java.lang.NoClassDefFoundError: org/apache/commons/logging/Log
com.wolfram.webtools.lucene.SearchConfiguration.getIndexDirs(SearchConfiguration.java:26)
com.wolfram.webtools.lucene.SearchFilter.doFilter(SearchFilter.java:130)
please help me in finding, what kind of error is this??