winstone

Jetty/winstone connector configuration in Jenkins

◇◆丶佛笑我妖孽 提交于 2020-01-15 03:33:08
问题 I am experiencing slow download times over WAN links from JENKINS. Not going into details of the problem i would like to configure Jetty apparently used by Jenkins to add the following connector: <New class="org.eclipse.jetty.server.nio.SelectChannelConnector"> <Set name="host"><Property name="application-host"/></Set> <Set name="port"><Property name="application-port"/></Set> <Set name="forwarded">true</Set> <Set name="responseBufferSize">16777216</Set> <Set name="responseHeaderSize">1048576