Stephan, > Now to get this working I had to disable the "Google App Engine" (as > mentioned on this site forum), still not sure why but I can live with > this.
You have to disable the App Engine portion of the Eclipse plugin because you aren't using App Engine. You *can* run GWT applications on App Engine, but in your specific case you have chosen (perhaps unconsciously) not to do so. > Now I compile the code, go to the WAR folder and run the HTML pages > and the connection to the MySQL DB fails and won't connect. You need to deploy your compiled application to an app server. See http://code.google.com/webtoolkit/doc/1.6/DevGuideDeploying.html - Isaac On Tue, Sep 8, 2009 at 9:19 AM, GumbyGWTBeginner<[email protected]> wrote: > > Hi Guys, > > I know someone will now the answer to this one, for sure. > > I have a HTML page with 3 buttons. The buttons interact with a > Service etc to talk to a Server Side MySQL DB and retrieve data. > > Now to get this working I had to disable the "Google App Engine" (as > mentioned on this site forum), still not sure why but I can live with > this. > > All works fine while running the code Eclipse. > > Now I compile the code, go to the WAR folder and run the HTML pages > and the connection to the MySQL DB fails and won't connect. > (very similar to what happened when I had the Google App engine on) > > As anyone got any ideas as what is happening? > I am sure someone has figured this out or had the problem before. > > Any help would be greatly appreciated. > (Many thanks to anyone who trys to give me help, everyone here does a > great job at helping beginners) > > Stephan > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
