RE: Adding jars to common classloader via system property?

2006-07-24 Thread Pelenur, Matias
> Sent: Saturday, July 22, 2006 8:15 AM > To: Tomcat Users List > Subject: Re: Adding jars to common classloader via system property? > > Add those jar files to catalina.properties under conf > directory and try.. > > On 7/21/06, Pelenur, Matias <[EMAIL PROTECTED]>

Adding jars to common classloader via system property?

2006-07-20 Thread Pelenur, Matias
Hi, In Tomcat 5.5, is there any way to add JARs to the common classloader via a system property at startup, instead of having to physically place the JARs under TOMCAT_HOME/common/lib? Like most everyone else, I need to put the JDBC driver JAR(s) under common/lib for the DBCP libraries to have