Hi Cris, I create one application using webAppCreator and after I did ant devmode, and I copy the suggest url to Firefox, chrome and i.e but it doesn't work. I get the following message: Firefox can't establish a connection to the server at localhost:8888.
I installed the gwt pluggin in all the previous browsers from http://gwt.google.com/samples/MissingPlugin/MissingPlugin.html but with that it doesn't work too. I create a new project in eclipse 3.5 using gwt 2.0 plugin but it doesn't work, the same messages appears in the browser. Do you know what could be wrong. Thanks. On 16 dic, 09:15, Chris Ramsdale <[email protected]> wrote: > Derek, > > GWT 2.0 still allows you to debug using external servers. To do this though, > you'll need to update your launch configs to pass in -noserver and > -startupUrl. Below is a previous thread that talks about this in more > detail. > > http://groups.google.com/group/google-web-toolkit/browse_thread/threa... > > - Chris > > > > On Mon, Dec 14, 2009 at 1:45 PM, Derek <[email protected]> wrote: > > Hi > > > I had my GWT app running in hosted mode last week with GWT 1.7, > > Eclipse 3.5, GXT with the server side hosted by IIS. > > > So I upgraded to GWT 2.0, upgraded the plugin in Eclipse, downloaded > > the GWT 2.0 SDK and am trying to get my application running once > > again. So far no luck though. > > > My old run configurations are still in Eclipse, it was originally > > setup so that I was not running the built in server (since we have IIS > > on the backend) and we had this for program arguments: -whitelist > > "http://localhost/war/KryptoniteDesktop.html". > > > If I launch my old run configuration I get the new Development Mode > > window which shows the following URL to view in development mode: > >http://localhost:8888/KryptoniteDesktop.html?gwt.codesvr=172.17.3.67:... > > > However this doesn't work, when I point my browser to the suggested > > URL I get the following: > > Firefox can't establish a connection to the server at localhost:8888. > > > I don't know why its referencing localhost:8888 given I don't have the > > checkbox for the built in server checked. I can't find anything that > > discusses using the new Development mode when not using the built in > > server. > > > Do I need to use the bult in server when in Development Mode of GWT > > 2.0? > > > Any idea how to configure this so I can debug my application again? > > > Thanks, Derek > > > -- > > > 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]<google-web-toolkit%2Bunsubs > > [email protected]> > > . > > 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 [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.
