On Dec 10, 11:13 am, Stefan Sigvardsson <[email protected]> wrote: > Hi! > > In the previous versions of GWT i have been able to use hosted mode > against my external server this > wayhttp://code.google.com/intl/sv-SE/webtoolkit/doc/latest/FAQ_Debugging... > > I just whitelistes the address and typed a different URL in this > viewhttp://code.google.com/eclipse/images/gwt_launch_settings.png > > Now the URL field has been removed in v2.0 (development mode). > > I have to run it on the external server because that is where my XML- > RPC web service and database are. > > Help? Please?
Just provide the -startUrl argument (in the Arguments box in the "Launch as Web Application" dialog): -startUrl http://myotherserver/path/to/my/page.html Then GWT will add the appropriate ?gwt.codesrv=... argument to the URL. -- 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.
