> From: Propes, Barry L [mailto:barry.l.pro...@citi.com] > 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: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org