-
Notifications
You must be signed in to change notification settings - Fork 13
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
Comments
I started working on it. Do you need https support for this? |
yes... |
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)? |
yairogen
pushed a commit
that referenced
this issue
Sep 15, 2015
yairogen
pushed a commit
that referenced
this issue
Sep 15, 2015
yairogen
pushed a commit
that referenced
this issue
Sep 15, 2015
yairogen
pushed a commit
that referenced
this issue
Sep 17, 2015
yairogen
pushed a commit
that referenced
this issue
Sep 20, 2015
yairogen
pushed a commit
that referenced
this issue
Jan 14, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The text was updated successfully, but these errors were encountered: