I have a GWT application. My development environement is win7+Eclipes+Google plugin for Eclipse+J2SE8.
In Eclipse, when I run in super dev mode, everything works as expected.
But when I install tomcat8, and put war file generated in eclipse to webapps in tomcat, the gwt seems does not function. Any hints for GWT production mode, my final aim is to put war file in Ubuntu.
Juhani