Re: 1.7->2.0 hosted mode no longer working

2009-12-24 Thread ayo...@gmail.com
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:. I installed the gwt pluggin in all the

Re: 1.7->2.0 hosted mode no longer working

2009-12-19 Thread balachandra maddina
Please ignore my mail. i missed the module name while launching the development mode. its working fine for me now. Thank you, bala. On Sat, Dec 19, 2009 at 7:41 PM, balachandra maddina wrote: > hi Chris, > > Could you post the sample launch script please. im trying to run the app > in noserver

Re: 1.7->2.0 hosted mode no longer working

2009-12-19 Thread balachandra maddina
hi Chris, Could you post the sample launch script please. im trying to run the app in noserver mode but its not getting up. im using 2.0 here. Thank you, bala. On Fri, Dec 18, 2009 at 2:34 AM, Chris Ramsdale wrote: > Actually, if you are using a Web App launch config, it's even easier than I

Re: 1.7->2.0 hosted mode no longer working

2009-12-17 Thread Chris Ramsdale
Actually, if you are using a Web App launch config, it's even easier than I initially stated. You can omit the -noserver flag, and simply uncheck the "Run built-in server" from the main tab of the debug/run config view. On Wed, Dec 16, 2009 at 9:15 AM, Chris Ramsdale wrote: > Derek, > > GWT 2.0 s

Re: 1.7->2.0 hosted mode no longer working

2009-12-16 Thread Chris Ramsdale
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/thre

1.7->2.0 hosted mode no longer working

2009-12-15 Thread Derek
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 c