Hi, I use an external Ruby server. What I do is to simply replace the first part of the URL to point to my RoR server, and I leave everything else the same. My RoR server just have to have the HTML host page from where my GWT app is loaded. So the original Dev Mode URL looks like:
http://localhost:8888/Green_door.html?gwt.codesvr=192.168.1.100:9997 ... and I replaced it in Firefox to: http://localhost:3000/welcome/dashboard?gwt.codesvr=192.168.1.100:9997 Note that my server is running on http://localhost:3000, and that I serve the host html page on /welcome/controller. This works fine for me, reloads used to be slow on RC2 but are perfectly fine on the recently released 2.0.0 I hope it helps. On Dec 10, 8: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? -- 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.
