I am using Tomcat 3.3.1, and facing the same problem.
We are developing a custom Realm, and need to access some classes from
within a management web-app.
If I put my jar in lib/container, the realm starts with no error. If I put
it in /lib/common, it does not.
Is there any way in Tomcat 3.3.1 t
put them in /common/lib and review the classloader doc.
Charlie
> -Original Message-
> From: van Geenen, Jurjen (NL - Rotterdam)
> [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, August 29, 2002 2:51 AM
> To: '[EMAIL PROTECTED]'
> Subject: shared classes f
Hi
I know how to instantiate classes for a session context or servlet context,
but I need some classes on a more global level (like engine, service or
global) shared by the entire server (NOT simple integers,booleans,..., but
homemade classes). Does anyone know how to instantiate them and refer t