Juan,

Juan Ignacio Garzón wrote:
> Is there a way for making a .jar available to all the
> applications, but using each application's class loader, so that
> static fields are not shared between applications?

No. You will have to put the JAR file into each webapp's WEB-INF/lib
directory.

You could write your own classloader, but that would be a real mess.

-chris


Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to