> From: Ole Ersoy [mailto:[EMAIL PROTECTED]
> Subject: Re: Tomcat 6.0 Classloaders
>
> common.loader = Tomcat's classes/jars visible to both webapps
> and to itself.
> server.loader = only tomcat
> shared.loader = only webapps
Correct. This is how levels prior to 6.0 worked.
> So if I wanted hibernate-3.0.14.jar to be visible to all
> webapps I could stick in in CATALINA_HOME/shared/lib and set
> shared.loader =
> ${catalina.home}/shared/lib/hibernate-3.0.14.jar and now it's
> visible to all webapps, but not to Tomcat?
Also correct, but I don't know why you'd go to that trouble. Adding
classloaders does not improve performance, nor does preventing the Tomcat
kernel from seeing certain jars buy you anything.
- Chuck
THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you received
this in error, please contact the sender and delete the e-mail and its
attachments from all computers.
---------------------------------------------------------------------
To start a new topic, e-mail: [email protected]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]