I dunno about the JDBC configuration, but you're servlet mapping seems wrong - it should, AFAIK, point to your RPC class, not some GWT class (unless that's what you called it?). As for setting up JDBC with tomcat, a simple google search should help you.
On Sun, Apr 5, 2009 at 5:00 AM, Cryssyenddo <[email protected]> wrote: > > I found two web.xml in my project files, > > first one in tomcat -> conf -> gwt > which has a long list of session mapping and mime mapping > > second web.xml file is in tomcat -> webapps -> ROOT -> WEB-INF which > looks like this: > > <?xml version="1.0" encoding="UTF-8"?> > <web-app> > > <servlet> > <servlet-name>shell</servlet-name> > > <servlet-class>com.google.gwt.dev.shell.GWTShellServlet</servlet- > class> > </servlet> > > <servlet-mapping> > <servlet-name>shell</servlet-name> > <url-pattern>/*</url-pattern> > </servlet-mapping> > > </web-app> > > could anyone please tell me how to declare my jdbc here? > > Thanks a million... > > > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
