Chapter 4.2 Shared Library Files
The following lists the two locations used within a Tomcat installation for shared code:
$CATALINA_HOME/common/lib– This contains the JAR files which are visible both to web applications and internal Tomcat code.
$CATALINA_BASE/shared/lib– This contains JAR files which are visible to all web applications, but not to internal Tomcat code.


