A link to the Tomcat documentation: http://tomcat.apache.org/tomcat-7.0-doc/appdev/deployment.html#Shared_Li brary_Files
-Terence Bandoian Thanks, Terence. Now I have a related question... This is perhaps more a Java question than a Tomcat question. I have copied a jar file into the shared library of Tomcat. But now, if I want to use a class (from the jar file in the Tomcat share lib) in my app, I get a compile error (class not found) unless I also copy the jar into my app library. Is there any way to not have to copy the jar to my app library and still be able to use in my app the class from the Tomcat shared library? I am using NetBeans IDE 7.1.1, Apache Tomcat 7.0.22 and Java 6.23 (build 1.6.0_23-b05). Thanks Joe --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org