Wednesday, May 13, 2015

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

I feel like this might be a dumb question and the answer is probably very simple. I am using Eclipse 4.4 and Maven to run my GWT 2.7 app. I am in the process of redesigning my project layout and wanted to use the new gwt-maven-plugin by @ThomasBroyer.

I create a new maven project from archetype modular-webapp in eclipse as directed in the readme 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/. So that is good. The next thing I think I am suppose to do is run the jetty for server code so I right click on the *-server project->Run As->Maven Build and set the goal to "jetty:start -Denv=dev", it says build complete and the jetty is started but if I go to localhost:8888/index.html says it can't be found. I am sure that I am overlooking something very obvious, but some direction would be most helpful.

Thanks

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment