Are you including a host page in your DevMode launch config? You should be using -startupUrl Foo.html to tell GWT which host page you want to use, and then it will generate a complete URL for you.
On 11/18/09, Thomas Matthijs <[email protected]> wrote: >> >> You should see a log message "Waiting for browser connection to ..." >> with the URL, and a "Launch default browser" link there. Does that >> not meet your needs? > > Maybe i'm doing it wrong, but that's not what i get. > http://imgur.com/uWqfx > If you go to http://localhost:8888/ you get an alert error saying > thing may need to be compiled. > But if you go to http://localhost:8888/?gwt.codesvr=127.0.0.1:9997 > everything works. > As a first time user this is quite confusing and non obvious > > -- > http://groups.google.com/group/Google-Web-Toolkit-Contributors > -- John A. Tamplin Software Engineer (GWT), Google -- http://groups.google.com/group/Google-Web-Toolkit-Contributors
