RE: Classloader Problems: loading webapp classes using commons CL

2008-01-12 Thread Caldarale, Charles R
> 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

RE: Classloader Problems: loading webapp classes using commons CL

2008-01-12 Thread uma_rk
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

RE: Classloader Problems: loading webapp classes using commons CL

2008-01-12 Thread Caldarale, Charles R
> 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

RE: Classloader Problems: loading webapp classes using commons CL

2008-01-12 Thread uma_rk
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 > &

RE: Classloader Problems: loading webapp classes using commons CL

2008-01-12 Thread Caldarale, Charles R
> 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

Classloader Problems: loading webapp classes using commons CL

2008-01-12 Thread uma_rk
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