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
> 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
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
> 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
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