> There was a change in 6.0.21 (6.0.24 - released 2010-01-21) that now a
> Tomcat instance looks both into $CATALINA_BASE\lib and
> $CATALINA_HOME\lib for libraries.
> 

Ahh!  This makes it clear.  So, for 5.5 and early 6.0, if you wanted to add 
anything to these lib directories, and you didn't want that addition to affect 
all of the tomcat instances running off of the same CATALINA_HOME, then you 
were obliged to copy the entire set of lib directories to your CATALINA_HOME.  
Then, the instance would use, and only use, the CATALINA_HOME lib directories.  
This all or nothing approach requires wholesale copying.  In fact, then, I was 
misreading the section of the book.  And after the later 6.0.x revisions, you 
can override at a finer granularity and, thus, avoid having to copy the entire 
things over.  Thanks so much!

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to