Friday, October 5, 2018

Re: gwt-maven-plugin: how can I chnage the Jetty port?

GWT uses jetty, so try simple to all this property to command line invocation "-Djetty.port=4200"
So your command should look like
mvn gwt:run -Djetty.port=4200

четвер, 23 лютого 2017 р. 12:19:02 UTC+1 користувач Tom Pijl написав:
I am using the gwt-maven-plug of Thomas Broyer.
I would like to change the Jetty server port from (default) 8888 to e.g. 4200 when running mvn gwt:devmode.
Any pointers on how to configure that?

--
You received this message because you are subscribed to the Google Groups "GWT Users" 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 https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment