Add Jetty acceptors and selectors support
Add support for Jetty `acceptors` and `selectors` configuration, either directly on the `JettyEmbeddedServletContainerFactory` or via `server.jetty.acceptors`/`server.jetty.selectors` server properties. Fixes gh-5380 Closes gh-5649
This commit is contained in:
committed by
Phillip Webb
parent
1bf10f2926
commit
1def64e49e
@@ -218,6 +218,8 @@ content into your application; rather pick only the properties that you need.
|
||||
server.tomcat.protocol-header-https-value=https # Value of the protocol header that indicates that the incoming request uses SSL.
|
||||
server.tomcat.remote-ip-header= # Name of the http header from which the remote ip is extracted. For instance `X-FORWARDED-FOR`
|
||||
server.tomcat.uri-encoding=UTF-8 # Character encoding to use to decode the URI.
|
||||
server.jetty.acceptors= # Number of acceptor threads to use.
|
||||
server.jetty.selectors= # Number of selector threads to use.
|
||||
server.undertow.accesslog.dir= # Undertow access log directory.
|
||||
server.undertow.accesslog.enabled=false # Enable access log.
|
||||
server.undertow.accesslog.pattern=common # Format pattern for access logs.
|
||||
|
||||
Reference in New Issue
Block a user