Description
Hi,
I am working with the gwt-maven-plugin using an embedded jetty server for my project. Migrating from another commonly used plugin I was able to set the bindAddress within the plugin configuration (using the bindAddress
parameter). Now this parameter has disappeared and I am facing issues with the codeServer.
To be more precise about the context : I am developing using a Windows computer, but for ease of use I installed all my IDEs inside a WSL container, which prevents any Windows/Linux file systems incompatibility issues when sharing code with my colleagues. Since we migrated to this plugin, my Windows web browser cannot contact the code server and I cannot use the application this way. By changing the bind address to 0.0.0.0
with the previous plugin I was able to make it work.
Is there any way to specify the bind address in coderserver configuration so that not only localhost
or 127.0.0.1
is usable ?