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 gwt.properties) On Oct 13, 8:21 pm, xworker <[email protected]> wrote: > 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 washttp://127.0.0.1:8888/MyApp.html?gwt.codesvr=127.0.0.1:9997 > > Any ideas? > > Thanks -- 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.
