Howdy,

>For the sake of argument, I moved all the classes from /native into
>/WEB-INF/classes and I moved all the classes from /foreign into
>/WEB-INF/lib.  Also, for the sake of being extra careful, I packaged up
>everthing in /WEB-INF/lib into classes.jar (so there's two copies
>there, the raw directory tree and the JAR file).

Don't have duplicate copies.  Put the classes either in classes (if
unpacked, individual .class files) or lib (if packed, .jar files), but
not both.

>So I expected the contents of /WEB-INF/lib, either the raw files or the
>packaged JAR, to be automatically loaded.  Was I mistaken?  Thanks.

No, you weren't mistaken.  The classes in WEB-INF/classes are loaded,
and then the jars in WEB-INF/lib are loaded.  If the server complains
that a class can't be found, it's in neither of these repositories.

Yoav Shapira




This e-mail, including any attachments, is a confidential business communication, and 
may contain information that is confidential, proprietary and/or privileged.  This 
e-mail is intended only for the individual(s) to whom it is addressed, and may not be 
saved, copied, printed, disclosed or used by anyone else.  If you are not the(an) 
intended recipient, please immediately delete this e-mail from your computer system 
and notify the sender.  Thank you.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to