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 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.

Reply via email to