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/thread/f5c903255d896a03/7935f4afd24b869d - 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:9997 > > 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%[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.
