Hi everyone,

I'm fairly new to Java and Tomcat.  I hope this problem can be easily
explained.

I am using Tomcat 5.0.24.

I have an application, packaged it in a WAR file, and deployed it.  This
application has a login page.  After logging in, the application redirects
to a page named search.jsp.  This page loads a package (import search.*).
Package search includes several classes.  The two in question are
Search.class and SearchSession.class.  SearchSession is started as a bean
and it has an instance of the Search class in it.  However, when search.jsp
loads (and loads SearchSession) I get a java.lang.NoClassDefFoundError. When
I view the source, it is where SearchSession creates an instance of the
Search class.

I have verified that the classes are under WEB-INF/classes/search.

Any ideas of what could be going wrong?

Thanks,
Brent Worley



**********************************************************************
The information contained in this communication is
confidential, is intended only for the use of the recipient
named above, and may be legally privileged.
If the reader of this message is not the intended
recipient, you are hereby notified that any dissemination, 
distribution, or copying of this communication is strictly
prohibited.
If you have received this communication in error,
please re-send this communication to the sender and
delete the original message or any copy of it from your
computer system. Thank You.

Reply via email to