GWT 2.7 + GAE app looks for codeserver when deployed

后端 未结 2 2059
说谎
说谎 2021-01-05 02:32

Why does appengine try to use Super Dev Mode?

Every time I deploy my GWT app to appengine and try to access it I get the white loading screen, then after about 20-

2条回答
  •  独厮守ぢ
    2021-01-05 03:26

    Just for information, I had the same problem, caused by the usage of a non-standard project structure.

    Maven was copying the .nocache files in a directory different than /target/which prevented the clean plugin from cleaning the generated files.

    Adding a new with the directory where the files are copied solves the problem.

提交回复
热议问题