Nissan911
Nissan911

Reputation: 293

google app engine(java): gwt gernetated .js file not found

Hello I am using GWT and google app engine in eclipse. and when i compile and run locally it is working perfectly. However, after i deployed myapp to app engine, and the gwt generated .nocache.js files are missing. is there any settings i need to turn on? anyone knows why?

thanks

Upvotes: 2

Views: 616

Answers (1)

Jason Hall
Jason Hall

Reputation: 20920

Are you only running in development mode locally?

Are you GWT compiling before you deploy? You will have to run a GWT compile before deploying.

Upvotes: 1

Related Questions