RE: Adding jars to common classloader via system property?

2006-07-24 Thread Pelenur, Matias
Thank you Raju, I should have seen that! Unfortunately it's not mentioned in 
any of the Tomcat docs or wiki, perhaps some Tomcat owner can update the docs, 
and I'll add something to the wiki.

-matias

> -Original Message-
> From: Raju Balugu [mailto:[EMAIL PROTECTED] 
> 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]> wrote:
> >
> > 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 access to it. 
> However, I am using
> > a shared installation of Tomcat and so cannot alter the contents of
> > TOMCAT_HOME.
> >
> > It seems that in previous versions of Tomcat, there was a 
> system property
> > "org.apache.tomcat.common.classpath" that could be used to 
> achieve this,
> > but it doesn't seem to be in use anymore in version 5.5.
> >
> > Thanks,
> > Matias
> >
> > 
> -
> > To start a new topic, e-mail: users@tomcat.apache.org
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
> 

-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [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 access to it. However, I am using a shared 
installation of Tomcat and so cannot alter the contents of TOMCAT_HOME.

It seems that in previous versions of Tomcat, there was a system property 
"org.apache.tomcat.common.classpath" that could be used to achieve this, but it 
doesn't seem to be in use anymore in version 5.5.

Thanks,
Matias

-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]