We have set up Tomcat 6 with
[TOMCAT_HOME]/lib
- here is the standard tomcat release[TOMCAT_BASE]/lib
- here we like to add non standard additional jar file
However somehow I don't manage to get [TOMCAT_BASE]/lib
jar files to be picked up by Tomcat.
It appears that all my jar files out side tomcat are ignored.
Before starting Tomcat I set the CLASSPATH=[TOMCAT_BASE]\lib
-------- Edit
JAVA_ENDORSED_DIRS can be used for adding an additional folder with jar files to be loaded by Tomcat