Yeah, Chuck, Martin,

I did have my CLASSPATH referencing the following:

.;C:\Program Files\Java\jre1.5.0_06\lib\ext\QTJava.zip;
C:\Java\jdk1.6.0_18\bin;
C:\oracle\ora92\jdbc\lib;
C:\oracle\ora92\jdbc\lib\nls_charset11.zip;
C:\oracle\ora92\jdbc\lib\classes111.zip;
C:\oracle\ora92\jdbc\lib\ocrs12.zip 


You're saying remove those?  (The last four references I presume).



-----Original Message-----
From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] 
Sent: Friday, February 19, 2010 6:04 PM
To: Tomcat Users List
Subject: RE: DB connection error -Tomcat 6 config

> From: Propes, Barry L [mailto:barry.l.pro...@citi.com]
> Subject: RE: DB connection error -Tomcat 6 config
 
> > Have you changed conf/catalina.properties, by any chance?
> 
> No, I haven't -- should I do that?

No; that file contains the classpaths for the various Tomcat classloaders.  If 
you had changed it, it might explain why Tomcat wasn't finding the class of 
interest.

Is the system CLASSPATH environment variable set to anything?  (It shouldn't 
be.)

Is the Oracle driver jar anywhere else on the system (in the jre/lib directory, 
for example)?  Make sure it's not present in any other location the JVM might 
be getting into.

Without having hands-on access to your system, it's difficult to tell what's 
wrong, but it's likely to be something bordering on the trivial.

 - 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 unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to