Thursday, February 23, 2017

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



On Thursday, February 23, 2017 at 12:19:02 PM UTC+1, Tom Pijl wrote:
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'd use devmodeArgs to pass the -port argument:
<devmodeArgs>
  <arg>-port</arg><arg>4200</arg>
</devmodeArgs>

--
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