Hi, I'm working with Tomcat 4.1. I have a library that has to be shared between all the applications, but it has singletons that should have one instance per application.
In a normal situation, each application could have the .jar in it's WEB-INF/lib directory, but there is a requirement saying that this is not possible. So, 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? Thanks in advance! --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]