Not seeing any alternative. I have raised an issue for this
http://code.google.com/p/google-web-toolkit/issues/detail?id=5815


On Dec 23, 8:17 am, Sethu <writetose...@googlemail.com> wrote:
> Hi Chris,
>
> I did what you told me. I added both 127.0.0.1 and localhost to the
> allowed hosts in the GWT plugin of chrome. Actually it says you need
> to add one only if you are doing some cross machine debugging. I am
> connecting from localhost only.
>
> Not sure what more to do. I have started up tomcat within eclipse and
> pointed the war folder to it and I am somehow working with it. I need
> to deploy the code everytime to test and no it does not help in
> debugging client code.
>
> Sethu
>
> On Dec 22, 8:32 pm, Chris Conroy <con...@google.com> wrote:
>
>
>
>
>
>
>
> > You don't need to add entries for localhost since those are allowed by
> > default.
>
> > When you get the error do you see the GWT toolbox turn gray? Click it, then
> > click "Update Your Configuration". It will autofill the options page with
> > the host it detected and you can add it to your whitelist. Once added,
> > refresh and you should connect and see the toolbox turn red.
>
> > On Wed, Dec 22, 2010 at 10:18 AM, Sethu <writetose...@googlemail.com> wrote:
> > > Unfortunately I dont have an entry in my hosts file. I added a
> > > localhost 127.0.0.1 for an extra measure and tried and still got the
> > > same error.
> > > Does anyone know why this is happening? The plug ins on chrome,
> > > firefox, and IE all of them consistently give me the same error.
>
> > > On Dec 22, 7:53 pm, Glenn Davies <glennats...@gmail.com> wrote:
> > > > ...and it turns out that there's a simple answer.
>
> > > > We use a hosts file entry (e.g. app.local.com) which resolves to
> > > 127.0.0.1
> > > > so we can use a development SSL certificate on all dev machines. 
> > > > Although
> > > > this host is 127.0.0.1, you need to add app.local.com to the list of
> > > allowed
> > > > hosts in the Chrome dev mode plugin as it seems the check is on the host
> > > > name not the IP address to which the host name resolves - which is fair
> > > > enough I suppose.
>
> > > > Glenn
>
> > > --
> > > You received this message because you are subscribed to the Google Groups
> > > "Google Web Toolkit" group.
> > > To post to this group, send email to google-web-tool...@googlegroups.com.
> > > To unsubscribe from this group, send email to
> > > google-web-toolkit+unsubscr...@googlegroups.com<google-web-toolkit%2Bunsubs
> > >  cr...@googlegroups.com>
> > > .
> > > For more options, visit this group at
> > >http://groups.google.com/group/google-web-toolkit?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to