Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to start GWT in web mode?

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?)

like image 208
GNJ Avatar asked Dec 18 '10 19:12

GNJ


1 Answers

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

like image 120
user547215 Avatar answered Oct 18 '22 06:10

user547215