Re: GWT 2.7.0 is here

2015-02-20 Thread showlong
I did a test to manually rename the module.nocache.js to module-nocache.js >> file and upate module.htmi to load client/module-nocache.js file, it works. >> How come? >> > > No idea. Most likely there is something strange with your setup. > > > -- J. > I found the issue is our Tomcat server

Re: GWT 2.7.0 is here

2015-02-18 Thread showlong
If you use Tomcat then you launch DevMode -noserver -war folder> which tells GWT to not start the Jetty server provided by GWT. > Instead GWT assumes that you deploy yourself using > whatever server you like. > > DevMode -noserver -war is the same as CodeServer > -launcherDir . Both just s

Re: GWT 2.7.0 is here

2015-02-18 Thread showlong
On Tuesday, February 17, 2015 at 3:54:35 PM UTC-8, Jens wrote: > > > When you start DevMode -war /path/to/war/ then GWT 2.7 will generate a > .nocache.js file in the specified war folder. However it does not > override any existing nocache.js file. So the best thing you can do > is to delete y

Re: GWT 2.7.0 is here

2015-02-17 Thread showlong
I tried to use GWT 2.7 SDM with Tomcat server. From Eclipse, I launched our app launcher file used to work with GWT 2.6 Dev mode, and so now with GWT2.7 it becomes SDM by default. The initial compilation is OK and code server starts fine and our app web server (using GWT RPC) starts fine. But w