Sorry -- that is a typo only. Ok, thanks, Chuck. I'll look to kill off any <Context> element in the conf folder that might be interfering with the META-INF version.
-----Original Message----- From: Caldarale, Charles R [mailto:[email protected]] Sent: Tuesday, February 23, 2010 3:52 PM To: Tomcat Users List Subject: RE: DB connection error -Tomcat 6 config > From: Propes, Barry L [mailto:[email protected]] > Subject: RE: DB connection error -Tomcat 6 config > > Odd thing is that I've purposefully changed the xml reference of > oracle.jdcb.OracleDriver reference to the deprecated version of > oracle.jdcb.driver.OracleDriver to see how or if the errors being > thrown would be stated differently, and they're not being done so. > > Just the same error ref of Class can't be found - > oracle.jdcb.driver.OracleDriver Is the above a typo on your part, or does the error really say "jdcb"? If the error is continuing regardless of how you set the attribute in the <Resource> element, then your <Resource> element is being ignored. Look for a <Context> element in conf/Catalina/[host]/[appName].xml; if that file exists, it will override the one in the webapp's META-INF/context.xml file. - 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: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
