Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Autodetection of free port #392

Closed
JoergVanAken opened this issue Oct 2, 2019 · 1 comment · Fixed by #424
Closed

Autodetection of free port #392

JoergVanAken opened this issue Oct 2, 2019 · 1 comment · Fixed by #424

Comments

@JoergVanAken
Copy link

First of all: voila is just great!

Last week I deployed a little application which the user can easily start by double clicking a windows batch file. This works fine but there is one little thing: The app cannot be started in multiple windows because the port number is fixed. I fixed this on my own by looping over a a few port numbers in the calling batch script. But when I start a new jserver a free port is autodetected. I would love to see this feature in voila, too.

@jtpio
Copy link
Member

jtpio commented Oct 2, 2019

Thanks @JoergVanAken, that would indeed be very useful.

This is something that should normally come for free once #270 lands.

In the meantime, we could replicate the logic of the notebook server in voila.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants