RE: Tomcat and jar loading

2008-06-26 Thread Caldarale, Charles R
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Subject: Tomcat and jar loading > > Are the references to all jar files in common\lib and > shared\lib loaded on server startup? Not sure what you mean by "references" in the above. Regardless, each classloader creat

Tomcat and jar loading

2008-06-26 Thread paul.ockleford
Hi, I have a brief question regarding the way tomcat loads jar files. Are the references to all jar files in common\lib and shared\lib loaded on server startup? I know classes are loaded once they are requested, but I added a new jar file that was never there before (so no classes were loaded)