Hey Joe, The error I'm getting is the usual:
Plugin failed to connect to Development Mode server at localhost:9997 Follow the underlying troubleshooting instructions Could you please elaborate more regarding this bindAddress parameter? I'm working in Eclipse and apparently miss some knowledge of the underlying infrastructure :-) On Tuesday, April 17, 2012 3:23:51 PM UTC+3, Qian Qiao wrote: > > On Tue, Apr 17, 2012 at 20:11, Gilad Egozi <[email protected]> wrote: > > Hello, > > > > I have a GWT application that supports multitenancy by subdomains. > > I want to be able to test my app in development mode. > > I am able to access my app using either: > > > > http://localhost:8888/MyApp.html?gwt.codesvr=127.0.0.1:9997 > > or > > http://127.0.0.1:8888/MyApp.html?gwt.codesvr=127.0.0.1:9997 > > > > But I'm NOT able to access it using > > > > http://subdomain.localhost/MyApp.html?gwt.codesvr=127.0.0.1:9997 > > > > > > I'm developing on a Windows machine. I'd modified the HOSTS file to map > > subdomain.localhost to 127.0.0.1 - And yes, I'm sure that the mapping is > > alright since I AM able to access > http://subdomain.localhost:8888/_ah/admin. > > > > > > Any help would be very appreciated! > > > > Thanks, > > Gilad. > > What error did you get? > > Does adding -bindAddress 0.0.0.0 to the start up command help? > > -- Joe > > On Tuesday, April 17, 2012 3:23:51 PM UTC+3, Qian Qiao wrote: > > On Tue, Apr 17, 2012 at 20:11, Gilad Egozi <[email protected]> wrote: > > Hello, > > > > I have a GWT application that supports multitenancy by subdomains. > > I want to be able to test my app in development mode. > > I am able to access my app using either: > > > > http://localhost:8888/MyApp.html?gwt.codesvr=127.0.0.1:9997 > > or > > http://127.0.0.1:8888/MyApp.html?gwt.codesvr=127.0.0.1:9997 > > > > But I'm NOT able to access it using > > > > http://subdomain.localhost/MyApp.html?gwt.codesvr=127.0.0.1:9997 > > > > > > I'm developing on a Windows machine. I'd modified the HOSTS file to map > > subdomain.localhost to 127.0.0.1 - And yes, I'm sure that the mapping is > > alright since I AM able to access > http://subdomain.localhost:8888/_ah/admin. > > > > > > Any help would be very appreciated! > > > > Thanks, > > Gilad. > > What error did you get? > > Does adding -bindAddress 0.0.0.0 to the start up command help? > > -- Joe > > -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/JAb4PW36bSkJ. 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.
