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
http://tomcat.apache.org/tomcat-6.0-doc/class-loader-howto.html The best options are $JAVA_HOME/jre/lib/ext then system classpath Common will process $CATALINA_HOME/lib M-- - Original Message - Wrom: QZAAFXISHJEXXIMQZUIV To: "Tomcat Users List" Sent: Thursday, November 15, 2007 12:34 PM S

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 find anything in the docs th