Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Apache tomcat error

800328Jun 11 2008 — edited Jun 11 2008
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??
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 9 2008
Added on Jun 11 2008
3 comments
165 views