Skip to content

[Question] How to get the plugin to use a specific bindAddress ? #173

Closed
@ffrancois465

Description

@ffrancois465

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 ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions