-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Ahmed,
On 12/5/2009 7:17 AM, ahmed kasim wrote:
> I have few jars which need to get loaded only when the war file is
> getting loaded or when the request comes, to be more clear I have
> some jar which is having connection to DB, if I specify in my
To: Tomcat Users List
Sent: Sat, December 5, 2009 8:03:30 PM
Subject: Re: tomcat server start up without looking dependency jars
hi Ahmed,
JAR files are not "loaded" by Tomcat. A jar file is just a container of
classes, the classes are loaded by the JVM when the code makes referen
: Tomcat Users List
Sent: Sat, December 5, 2009 8:03:30 PM
Subject: Re: tomcat server start up without looking dependency jars
hi Ahmed,
JAR files are not "loaded" by Tomcat. A jar file is just a container of
classes, the classes are loaded by the JVM when the code makes referen
hi Ahmed,
JAR files are not "loaded" by Tomcat. A jar file is just a container of
classes, the classes are loaded by the JVM when the code makes reference to
them.
If you specify a on your context.xml, then Tomcat will look
for those classes (the driverClassName), but that does not mean th