[undertow-dev] start listener on random port

Stuart Douglas sdouglas at redhat.com
Wed Nov 30 16:24:21 EST 2016


We don't support this at the moment, but it would be something that is
nice to have.

Stuart

On Wed, Nov 30, 2016 at 12:03 AM, Sascha Sadat-Guscheh <kid at bitkid.com> wrote:
> hello undertow developers!
>
> is there a way to start a http listener on a random free port? i have a test suite that runs multithreaded so each untertow server uses a random port, that i get like this:
>
> new ServerSocket(0).getLocalPort()
>
> sometimes i run into a race condition when a different process grabs the port before undertow listens on it.  so a possible solution would be to just let undertow assign the port, and then ask it what port its listening on. (or pass the socket instead of the port number to undertow)
>
> is that a worthwile feature? should i try to submit a pr that does that? or is it already possible?
>
> thanks!
>
> _______________________________________________
> undertow-dev mailing list
> undertow-dev at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/undertow-dev



More information about the undertow-dev mailing list