Re: Basic question on running a gwt app

2010-02-21 Thread Abdullah Shaikh
Thats because you are running your GWT app in hosted mode, and for this gwt.codesvr parameter is required, to run without this parameter you need to deploy your app. - Abdullah On Sun, Feb 21, 2010 at 7:00 PM, Vik wrote: > Hie > > When i run my GWT app using eclipse it generates the url: > http

Basic question on running a gwt app

2010-02-21 Thread Vik
Hie When i run my GWT app using eclipse it generates the url: http://127.0.0.1:1671/index.html?gwt.codesvr=127.0.0.1:9997 if i run it as it is it works fine. however, if i use only: http://127.0.0.1:1671/index.html then the gwt component does not render. Why this happens? Thankx and Regards V