> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Subject: RE: Classloader Problems: loading webapp classes
> using commons CL
>
> You are referring to the webapp contexts as 'applications', while
> I regard the webapp contexts as *components* of a larger applica
is a federation of webapp contexts.
Regards,
/U
-- Original message --
From: "Caldarale, Charles R" <[EMAIL PROTECTED]>
> > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> > Subject: RE: Classloader Problems: loading webapp classes
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Subject: RE: Classloader Problems: loading webapp classes
> using commons CL
>
> You won't duplicate a sorting algorithm even if it takes only
> a few more bytes would you?
Duplicating source code, certainly n
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> > Subject: Classloader Problems: loading webapp classes using commons CL
> >
> > This has been the beginning of my problems: the common classes
> > make direct and indirect references to the webapp-specific classes
> &
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Subject: Classloader Problems: loading webapp classes using commons CL
>
> This has been the beginning of my problems: the common classes
> make direct and indirect references to the webapp-specific classes
> during t
Env: Tomcat 6.0.14, JRE1.6
I have an application comprising a number of distinct webapp contexts
which use a common version of certain jarfiles. Loading an instance of
the jarfiles by each webapp classloader takes up a lot of memory.
Hence, I have moved these jarfiles to ${CATALINA_BASE}/lib. So