Tomcat - additional classpath
Posted
by
s5804
on Server Fault
See other posts from Server Fault
or by s5804
Published on 2010-09-06T11:00:05Z
Indexed on
2011/02/19
15:27 UTC
Read the original article
Hit count: 395
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
© Server Fault or respective owner