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

from 2.375 Remove unused --ajp13Port, --ajp13ListenAddress, --handlerCountMax, and --handlerCountMaxIdle options #792

Open
sayi65 opened this issue Jan 17, 2023 · 0 comments
Labels
Feature Request Enhancement to existing functionality or new functionality

Comments

@sayi65
Copy link

sayi65 commented Jan 17, 2023

🗣️ Foreword

https://www.jenkins.io/changelog/ 

What's new in 2.375 (2022-10-25)
Align the default value of the HTTP keep-alive timeout in Winstone with that of the upstream Jetty project by changing it from 5 seconds to 30 seconds. Remove unused --ajp13Port, --ajp13ListenAddress, --handlerCountMax, and --handlerCountMaxIdle options. (issue 69509, Align HTTP keep-alive with Jetty default)

:person_frowning: Problem Statement

remove unused --ajp13Port, --ajp13ListenAddress, --handlerCountMax, and --handlerCountMaxIdle options from jenkins2.375.
If these options are present, jenkins will not be started.
Is there a better way?

I am currently using Recipie here, but I am not sure how to resolve the following differences.

-JENKINS_ARGS="--webroot=/var/cache/jenkins/war --httpListenAddress=$HTTP_LISTEN_ADDRESS --httpPort=$HTTP_PORT"
+JENKINS_ARGS="--webroot=/var/cache/jenkins/war --httpListenAddress=$HTTP_LISTEN_ADDRESS --httpPort=$HTTP_PORT --ajp13Port=$AJP_PORT"

❔ Possible Solution

@sayi65 sayi65 added the Feature Request Enhancement to existing functionality or new functionality label Jan 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature Request Enhancement to existing functionality or new functionality
Projects
None yet
Development

No branches or pull requests

1 participant