RE: Shared Library Files in Tomcat 6.0?

2006-10-26 Thread Caldarale, Charles R
From: S_Ewing [mailto:[EMAIL PROTECTED] Subject: Shared Library Files in Tomcat 6.0? I just downloaded the Tomcat 6.0.0 release, and saw that it is missing the traditional $CATALINA_HOME/common/lib, $CATALINA_BASE/shared/lib directories. So where do the shared libraries go? Read the

RE: Shared Library Files in Tomcat 6.0?

2006-10-26 Thread S_Ewing
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. /s

RE: Shared Library Files in Tomcat 6.0?

2006-10-26 Thread Caldarale, Charles R
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

Re: Shared Library Files in Tomcat 6.0?

2006-10-26 Thread Martin Gainty
@tomcat.apache.org Sent: Thursday, October 26, 2006 5:25 PM Subject: RE: Shared Library Files in Tomcat 6.0? 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

Re: Shared Library Files in Tomcat 6.0?

2006-10-26 Thread Rémy Maucherat
On 10/26/06, S_Ewing [EMAIL PROTECTED] wrote: 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