Hello everyone, The best way to use custom server-side frameworks or technologies with hosted mode is to use your own server instead of the embedded Jetty instance. This can be accomplished by passing in the -noserver flag, or if you're using the Google Eclipse Plug-in, by setting a couple of options in the Web Application run configuration.
If you're running hosted mode from command line, simply add the following as GWTShell / HostedMode arguments in your script: -noserver <URL pointing to your development server> If you're using the Google Eclipse Plug-in, follow these steps instead: 1) Select and open the Web Application run configuration you want to execute (Run > Run Configurations... > Expand the 'Web Application' configurations > Select your run configuration). 2) In the 'Main' tab, under the Embedded Server section, uncheck the "Run built-in server checkbox. 3) Next, in the "GWT" tab, change the URL to point to your development server. This way you can run hosted mode with your own development server, customized as needed to match your production server-side settings. Hope that helps, -Sumit Chandel On Mon, Apr 13, 2009 at 5:06 AM, EZhulenev <[email protected]> wrote: > > I have the same problem. How is it possible to use spring-agent in > hosted mode? > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
