> From: S_Ewing [mailto:[EMAIL PROTECTED] 
> Subject: RE: Shared Library Files in Tomcat 6.0?
> 
> Thanks. So from what I understand, I don't have an option in 
> TC 6 that maps to the $CATALINA_BASE/shared/{classes, lib}
> in all previous versions, and would necessarily have to have
> multiple copies of a jar file if it is required by different
> web applications in the same container... Hmm.

Webapps are supposed to be independent, but I suppose you could go ahead
and put the shared classes in $CATALINA_HOME/lib, or modify the startup
scripts to add another repository to the ones used for the -cp value.
Not sure why the shared classloader was dropped - might have been in the
interest of performance.

 - 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: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to