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

In http-server, support multiple connectors #46

Open
ghost opened this issue Sep 12, 2015 · 3 comments
Open

In http-server, support multiple connectors #46

ghost opened this issue Sep 12, 2015 · 3 comments

Comments

@ghost
Copy link

ghost commented Sep 12, 2015

Currently, it is possible to use multiple servlet with only one connector. Both jetty 8 and 9 support multiple connectors within the same http-server, and then link each servlet to a connector by connector name.

@yairogen
Copy link
Contributor

I started working on it. Do you need https support for this?

@ghost
Copy link
Author

ghost commented Sep 13, 2015

yes...

@yairogen
Copy link
Contributor

And do you think you need more than one connector per servlet mapping? Or is one enough? I.e. would it need to be supported to have 2 ports open for the same logical servlet mapping (open port and secured port)?

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