I've run into this. You need to copy your database driver into the tomcat/webapps/<appname>/WEB-INF/lib directory
Assuming you put the lib directory under WEB-INF, which is how I got mine to work. I think you can do that or have the lib and classes directory up a level (alongside WEB-INF), at least that's what I've seen some examples of, but I couldn't get it to work that way. On Feb 20, 7:11 am, "[email protected]" <[email protected]> wrote: > Excuse my ignorance but firstly how do I check the logs, and secondly > how do I deploy the database driver JAR? > > On Feb 19, 1:59 pm, Isaac Truett <[email protected]> wrote: > > > > > Look in your server logs. If I had to guess (which is all I can do > > with the information you've provided) it would be that you didn't > > deploy your database driver jar. But why chase somebody's wild guess > > when you could look in your log and see for sure what the problem is? > > > On Wed, Feb 18, 2009 at 7:00 PM, [email protected] > > > <[email protected]> wrote: > > > > Hi everyone, > > > > Please can someone advice me on what to do when compiling a project. I > > > have just compiled my project, and just tried to open it locally in a > > > web browser and it does not pick up any of my data from MySQL (it was > > > all working fine in hosted mode). Please can someone point me in the > > > right direction? > > > > Regards, > > > Jack --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
