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?)
Asked
Active
Viewed 748 times
2 Answers
6
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

user547215
- 116
- 2
0
compile and has a tomcat refer gwt war directory.
start tomcat. you can get normal url.

norbert
- 152
- 2
- 12