麻烦 运行 GWT 2.7 net.ltgt.gwt.maven:gwt-maven-plugin 项目

Trouble running GWT 2.7 net.ltgt.gwt.maven:gwt-maven-plugin project

我觉得这可能是个愚蠢的问题,答案可能很简单。我正在使用 Eclipse 4.4 和 Maven 运行 我的 GWT 2.7 应用程序。我正在重新设计我的项目布局,并想使用@ThomasBroyer 的新 gwt-maven-plugin。

我按照自述文件 here The next part I am a little unsure of, but with the parent project I right click-> Run As->Maven Build and set the goal to "gwt:codeserver -pl *-client -am", it starts the code server on http://localhost:9876/ 在 eclipse 中从 archetype modular-webapp 创建了一个新的 maven 项目。所以这很好。接下来我想我应该做的是 运行 服务器代码的码头,所以我右键单击 *-server project->运行 As->Maven Build 并将目标设置为 "jetty:start -Denv=dev",它说构建完成并且码头已经启动,但是如果我去 localhost:8888/index.html 说它找不到。我确信我忽略了一些非常明显的东西,但一些指导会是最有帮助的。

谢谢

感谢 gwt google 组论坛的帮助,我得以找到解决方案。基本上我能够 运行 它使用 tomcat,从来没有让码头工作。请参阅 link 此处 https://groups.google.com/forum/m/#!topic/google-web-toolkit/SVM-0hedJEQ