Re: Cannot load JDBC driver class... but it's definitely there...

2006-11-09 Thread David Uctaa
Worked like a charm David. Thank you so very much! David On 11/9/06, David Smith <[EMAIL PROTECTED]> wrote: The driver has to be in tomcat's common/lib so tomcat's internal classloader can see it. Don't know what the equivalent is in Eclipse. Additionally, when in common/lib it should be rem

Re: Cannot load JDBC driver class... but it's definitely there...

2006-11-09 Thread David Smith
The driver has to be in tomcat's common/lib so tomcat's internal classloader can see it. Don't know what the equivalent is in Eclipse. Additionally, when in common/lib it should be removed from WEB-INF/lib of your webapp to avoid classloader problems. --David David Uctaa wrote: > Running Tomca

Cannot load JDBC driver class... but it's definitely there...

2006-11-09 Thread David Uctaa
Running Tomcat 5.5.17 through Eclipse 3.2.1 Using jdk1.5.0_08 OS = Windows XP server.xml contains the following within the element: -- the web application's context.xml contains the following: - my servlet code contain