> From: Logan Scott [mailto:lo...@sqlist.com]
> Subject: Tomcat 6 NoClassDefFoundError:
> oracle/jdbc/pool/OracleDataSource
> 
> I have verified that the only change is Tomcat -- all other server
> config details remain unchanged from tomcat 5.5, including a minimalist
> server.xml file.

If you used the Tomcat 5.5 file structure for your 6.0 server, you've created a 
problem.  The directory structure is simplified in 6.0.x, so that if you're 
using Tomcat's connection pooling, the JDBC jar needs to be in Tomcat's lib 
directory, not in common/lib or shared/lib (they no longer exist).

> What configuration chances may be needed for an upgrade to Tomcat 6?

Very few - if you update the distributed Tomcat 6.0.x .xml files, and not 
blindly copy over the ones from 5.5.  Documentation is here:
http://tomcat.apache.org/migration.html

> Any suggestions are greatly appreciated.

Tell us your exact Tomcat level, post the <Resource> element you're using (if 
any), tell us where that <Resource> element is located, and the name and 
location of the JDBC jar you're using.  Wouldn't hurt to supply the actual 
stack trace for the error from the logs (all parts; there are usually at least 
two).

 - 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

Reply via email to