RE: Problems with VirtualWebappLoader (Was RE: Tomcat 6.0.x Classloader sequence)

2008-01-16 Thread Caldarale, Charles R
> From: Caldarale, Charles R > Subject: RE: Problems with VirtualWebappLoader (Was RE: > Tomcat 6.0.x Classloader sequence) > > I see by looking back at the beginning of this thread that > you already tried something similar. Now let's really go back to your original

RE: Problems with VirtualWebappLoader (Was RE: Tomcat 6.0.x Classloader sequence)

2008-01-16 Thread Caldarale, Charles R
> From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] > Subject: RE: Problems with VirtualWebappLoader (Was RE: > Tomcat 6.0.x Classloader sequence) > > O.k., try this undocumented capability. Inside each element > that needs it, specify a element with the follo

RE: Problems with VirtualWebappLoader (Was RE: Tomcat 6.0.x Classloader sequence)

2008-01-16 Thread Caldarale, Charles R
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Subject: RE: Problems with VirtualWebappLoader (Was RE: > Tomcat 6.0.x Classloader sequence) > > I merely want the webapp classloader of each webapp1 to load > classes not only from WEB-INF/{classes|lib} but also from

RE: Problems with VirtualWebappLoader (Was RE: Tomcat 6.0.x Classloader sequence)

2008-01-16 Thread uma_rk
gards, /U -- -- Original message -- From: "Caldarale, Charles R" <[EMAIL PROTECTED]> > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > > Subject: Problems with VirtualWebappLoader (Was RE: Tomcat > > 6.0.x Classloader seque

RE: Problems with VirtualWebappLoader (Was RE: Tomcat 6.0.x Classloader sequence)

2008-01-15 Thread Caldarale, Charles R
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Subject: Problems with VirtualWebappLoader (Was RE: Tomcat > 6.0.x Classloader sequence) > > Following on an earlier thread: I am trying to place > the libraries common to a number of webapp contexts > in a common direc

Problems with VirtualWebappLoader (Was RE: Tomcat 6.0.x Classloader sequence)

2008-01-15 Thread uma_rk
inal message -- From: "Caldarale, Charles R" <[EMAIL PROTECTED]> > > From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] > > Subject: RE: Tomcat 6.0.x Classloader sequence > > > > > Is it possible for me to configure the webapp class > &

RE: Tomcat 6.0.x Classloader sequence

2007-11-15 Thread uma_rk
- From: "Caldarale, Charles R" <[EMAIL PROTECTED]> > > From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] > > Subject: RE: Tomcat 6.0.x Classloader sequence > > > > > Is it possible for me to configure the webapp class > > > loaders to load class

RE: Tomcat 6.0.x Classloader sequence

2007-11-15 Thread Caldarale, Charles R
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Subject: RE: Tomcat 6.0.x Classloader sequence > > Even if I place the jarfiles in a common path, they will be > loaded by the webapp classloader right? Correct - I was under the impression that's what you wanted.

RE: Tomcat 6.0.x Classloader sequence

2007-11-15 Thread Caldarale, Charles R
> From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] > Subject: RE: Tomcat 6.0.x Classloader sequence > > > Is it possible for me to configure the webapp class > > loaders to load classes from a path common to multiple > > webapps before loading from the webapp i

Re: Tomcat 6.0.x Classloader sequence

2007-11-15 Thread mgainty
7 12:34 PM Subject: Tomcat 6.0.x Classloader sequence > > > I understand that the webapp classloaders in Tomcat 6.0.x diverge from the delegation model > in first loading from the webapp before yielding to the commons class loader. > > Is it possible for me to configure the

RE: Tomcat 6.0.x Classloader sequence

2007-11-15 Thread Caldarale, Charles R
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Subject: Tomcat 6.0.x Classloader sequence > > Is it possible for me to configure the webapp class loaders > to load classes from a path common to multiple webapps before > loading from the webapp itself? I can't fi

Tomcat 6.0.x Classloader sequence

2007-11-15 Thread uma_rk
I understand that the webapp classloaders in Tomcat 6.0.x diverge from the delegation model in first loading from the webapp before yielding to the commons class loader. Is it possible for me to configure the webapp class loaders to load classes from a path common to multiple webapps before lo