Re: Maven Plugin for GWT - Access Dev Mode Remotely

2016-07-09 Thread Thomas Broyer
On Friday, July 8, 2016 at 8:41:13 PM UTC+2, N Troncoso wrote: > > I'm using the net.ltgt.gwt.maven.gwt-maven-plugin. I didn't know the > bindAddress was strickly for the mojo plugin. From what I can tell it's a > fairly common parameter for opening something to a network. > What you

Re: Maven Plugin for GWT - Access Dev Mode Remotely

2016-07-08 Thread N Troncoso
I'm using the net.ltgt.gwt.maven.gwt-maven-plugin. I didn't know the bindAddress was strickly for the mojo plugin. From what I can tell it's a fairly common parameter for opening something to a network. I'm not sure what config you're asking about, but this is how the plugin is setup in the

Re: Maven Plugin for GWT - Access Dev Mode Remotely

2016-07-08 Thread Thomas Broyer
On Friday, July 8, 2016 at 6:32:26 PM UTC+2, N Troncoso wrote: > > I need to be able to hit my dev mode machine remotely. I'm using the Maven > Plugin for GWT (tbroyer version). The standard commands don't let you hit > the remote machine at all. > > If I add -Dgwt.bindAddress=0.0.0.0 to the

Maven Plugin for GWT - Access Dev Mode Remotely

2016-07-08 Thread N Troncoso
I need to be able to hit my dev mode machine remotely. I'm using the Maven Plugin for GWT (tbroyer version). The standard commands don't let you hit the remote machine at all. If I add -Dgwt.bindAddress=0.0.0.0 to the code server command: call mvn gwt:codeserver -pl client -am