Could you show us how are you loading your driver in memory?
El 17/10/2013 10:20, "Sean" <slough...@gmail.com> escribió:

> I have a project that talks to Postgres on the server side. I have the
> JDBC jar in the WEB-INF/lib folder. When I run it on my machine it works
> fine. But when I deploy it to a TOMCAT instance I get:
>
> java.sql.SQLException: No suitable driver found for
> jdbc:postgresql://localhost/grp91-in-out
> at java.sql.DriverManager.getConnection(Unknown Source)
> at java.sql.DriverManager.getConnection(Unknown Source)
> at
> com.ll.grp91.server.GroupInfoServiceImpl.getGroupMembers(GroupInfoServiceImpl.java:45)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> .....
>
> I've also tried putting the .jar into the Tomcat/lib folder. Still no
> good. I've also tried restarting the service.
>
> Any ideas?
>
>
>  --
> You received this message because you are subscribed to the Google Groups
> "Google Web Toolkit" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to google-web-toolkit+unsubscr...@googlegroups.com.
> To post to this group, send email to google-web-toolkit@googlegroups.com.
> Visit this group at http://groups.google.com/group/google-web-toolkit.
> For more options, visit https://groups.google.com/groups/opt_out.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to