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

Server starts even if port is already in use #201

Open
cschuff opened this issue Aug 26, 2016 · 0 comments
Open

Server starts even if port is already in use #201

cschuff opened this issue Aug 26, 2016 · 0 comments

Comments

@cschuff
Copy link

cschuff commented Aug 26, 2016

Hi there,

I locally have tomcat running on port 8080. When I fire up a server with gulp-connect it 'successfully' starts on the same port (it's default port 8080) without giving any notice.

Imho the server startup should fail with an adequate error message like: "Port '8080' is already in use!" This is what it does:
"Server started http://localhost:8080"

It would be even better if gulp-connect could automatically pick a free port if the specified port is already in use.

BR
Chris

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

No branches or pull requests

1 participant