I'm using the Eclipse GWT plugin to start my GWT application. It's always starting in "development mode". How can I start it in web mode? (I guess that one doesn't need the Firefox Plugin?)
Compile it and run
If you link http://.....?gwt... it will run in hosted mode
If you delete all after '?' it will run in web mode