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@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@lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/undertow-dev
_______________________________________________
undertow-dev mailing list
undertow-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/undertow-dev