Re: Plugin failed to connect to hosted mode server at 127.0.0.1:9997 Weblogic

2010-10-14 Thread Jin
check that you're running GWT in hosted mode - you typically do this in your IDE (in Netbeans, go to Debug - GWT Dev Mode, similar for Eclipse). Also, check the port that GWT will run on in hosted mode. The default is what you specified (9997), but it may have been changed (look up

Plugin failed to connect to hosted mode server at 127.0.0.1:9997 Weblogic

2010-10-13 Thread xworker
Hi Running an GWT app on weblogic. How I deployed: Went into the weblogic console, - deployments, browsed to the location of the project/war dir. It deployed fine. When trying the url i get Plugin failed to connect to hosted mode server at 127.0.0.1:9997 the url was

Re: plugin failed to connect to hosted mode server at 127.0.0.1:9997

2010-09-17 Thread consutes
Hi bouadma abderrazak, are you found the solution? -- 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

Re: plugin failed to connect to hosted mode server at 127.0.0.1:9997

2010-09-17 Thread Rajeev Dayal
Look at your c:\Windows\system32\drivers\etc\hosts file. What do the entries look like in there? On Fri, Sep 17, 2010 at 11:20 AM, consutes consu...@hotmail.com wrote: Hi bouadma abderrazak, are you found the solution? -- You received this message because you are subscribed to the

plugin failed to connect to hosted mode server at 127.0.0.1:9997

2010-04-02 Thread jpuzzler
I have this sticky problem since a couple of weeks I'm developping a GWT 2 application , here's the project configuration project one : prm-ria : a project created using gwt-maven-project : every thing is okey, I also configured the noServer mode to use hosted mode for debug project two :

Re: plugin failed to connect to hosted mode server at 127.0.0.1:9997

2010-04-02 Thread kozura
Could try the argument -bindAddress 0.0.0.0, although AFAIK this is only needed when connecting from remote browsers. On Apr 1, 8:30 am, jpuzzler bouadma.abderra...@gmail.com wrote: I have this sticky problem since a couple of weeks I'm developping a GWT 2 application , here's the project