aspose file tools
The moose likes Tomcat and the fly likes Loaded jar files in tomcat Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Products » Tomcat
Reply Bookmark "Loaded jar files in tomcat" Watch "Loaded jar files in tomcat" New topic
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
    
    1
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
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Loaded jar files in tomcat
 
Similar Threads
A problem with Apache SOAP 2.3 + Tomcat 4.0
Proper use of /shared/lib
JSTL TLD
Can I add folder in WEB-INF/lib ?
java.lang.ClassNotFoundException: oracle:jdbc:driver:OracleDriver