RE: Classes in tomcat\server\lib folder sometimes are visible to web application

2008-11-05 Thread Gary Hirschhorn
r spending the time to respond so thoroughly and accurately. Regards, Gary -Original Message- From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] Sent: Friday, October 17, 2008 11:27 AM To: Tomcat Users List Subject: RE: Classes in tomcat\server\lib folder sometimes are visible to web a

RE: Classes in tomcat\server\lib folder sometimes are visible to web application

2008-10-17 Thread Caldarale, Charles R
> From: Gary Hirschhorn [mailto:[EMAIL PROTECTED] > Subject: RE: Classes in tomcat\server\lib folder sometimes > are visible to web application > > The Catalina ClassLoader in server/lib creates Webapp1 ClassLoader > specifically for webapp1. It's actually org.apache.catal

RE: Classes in tomcat\server\lib folder sometimes are visible to web application

2008-10-17 Thread Gary Hirschhorn
List Subject: RE: Classes in tomcat\server\lib folder sometimes are visible to web application > From: Gary Hirschhorn [mailto:[EMAIL PROTECTED] > Subject: Classes in tomcat\server\lib folder sometimes are > visible to web application > > According to this documentation, clas

RE: Classes in tomcat\server\lib folder sometimes are visible to web application

2008-10-16 Thread Caldarale, Charles R
> From: Gary Hirschhorn [mailto:[EMAIL PROTECTED] > Subject: Classes in tomcat\server\lib folder sometimes are > visible to web application > > According to this documentation, classes in this jar > should be TOTALLY invisible to web applications. That's not quite the case

Classes in tomcat\server\lib folder sometimes are visible to web application

2008-10-16 Thread Gary Hirschhorn
We are using Tomcat 5.5.17 and are using a custom ClassLoader, which we specify using the Loader element per the documentation at http://tomcat.apache.org/tomcat-5.5-doc/config/loader.html. We place the jar containing our custom ClassLoader in the tomcat\server\lib folder, per the documentation