I did, in Tomcat 6 documentation, it's mentioned that classes12.jar must be
placed in CATALINA_HOME/lib, and i put the jar file there, but still, it's
don't work

On 5/25/07, Caldarale, Charles R <[EMAIL PROTECTED]> wrote:

> From: Mohammed Zabin [mailto:[EMAIL PROTECTED]
> Subject: Re: DBCP
>
> i have downloaded JDBC driver from otn.oracle classes12.zip and i
> changed it to classes12.jar, and put it in CLASSPATH.

The CLASSPATH environment variable should not be used for Tomcat (or for
any other Java application, for that matter); the standard Tomcat
startup mechanisms rightly ignore it.

The JDBC driver jar must be placed in the Tomcat 6 lib directory in
order to use connection pooling.

- Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

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


Reply via email to