| Author |
Loaded jar files in tomcat
|
Prashant Sangani
Greenhorn
Joined: Mar 17, 2008
Posts: 3
|
|
Hi,
How can I know what all jar files (reside at $CATALINA_HOME/lib/) apache tomcat has loaded?
Thanks
|
 |
William Brogden
Author and all-around good cowpoke
Rancher
Joined: Mar 22, 2000
Posts: 12268
|
|
I suspect you have gotten the wrong idea about jar files. Java never "loads" a whole jar file, but selects class definitions as needed.
A typical Tomcat installation should have the class-loader-howto.html file in webapps/docs - this explains where Tomcat is allowed to look for library Jars.
Tomcat does NOT use your environment CLASSPATH.
Bill
|
Java Resources at www.wbrogden.com
|
 |
 |
|
|
subject: Loaded jar files in tomcat
|
|
|