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
Env: JRE1.6, Tomcat 6.0.14 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}/myapplib) and configure the VirtualWebappLoader with the list of jarfiles for loading by each webapp context. My problem is t