Hi Johnathan, Is this occurring in hosted mode? If so, are you using hosted mode's embedded Jetty server, with your services calling the SQLServer instance? If this is the case, I would strongly advise you to use hosted mode with the -noserver option so that you can debug your GWT code while using your own proper development server.
The embedded server is meant to be used as a quick way to have your GWT application files hosted and tested, with minimal servlet configuration to test GWT RPC calls. You can read up on using hosted mode with the -noserver option at the link below: http://code.google.com/webtoolkit/doc/1.6/FAQ_DebuggingAndCompiling.html#How_do_I_use_my_own_server_in_hosted_mode_instead_of_GWT%27s Hope that helps, -Sumit Chandel On Wed, Apr 29, 2009 at 6:07 AM, Jonathan Kushner <[email protected]>wrote: > I'm having complications getting the application to communicated with a > remote SQLServer Instance due to a policy issue. I've updated the java > policy to allow connect/resolve, but no go. Any ideas why this might be > occurring? I'm looking through the jetty docs at the moment, trying to find > anything related to configuration settings. > > Regards, > > Jonathan > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
