>From what I understand about Tomcat all of my application specific classes
and libs are picked up after the bootstrap and system libs are grabbed.
However, we are running into this problem:
We have a package defined and several classes within this package. When we
compile the source files they compile without problem (we set the classpath
to WEB-INF/classes to make sure everything is picked up). However, at
run-time, we get a NoClassDefFoundError on some of the classes package (but
not all).
The directory structure I have is as follows:
WEB-INF /
classes /
search /
dbBean /
la /
lib /
... (others, but not important)
It is in the search package we are having this issue.
Is there any other settings Tomcat needs to be able to correctly set the
classpath to include these packages?
Thanks,
Brent
**********************************************************************
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.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]