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
Charles, Thanks for your patient responses. Unfortunately, the "shared classloader" does not work either. This is in summary what I am trying to do: I have 3 webapp contexts that use a number of commons libraries (say, digester, betwixt, beanutils). I do not want to pack these jarfiles in each

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 directory (${catalina.home}