问题
I'm trying to install jenkins(1.627) as it is described on the wiki, although I got this error.
Failed to load webapp: SRVE8111E: The application, jenkins_war, is trying to modify a cookie which matches a pattern in the restricted programmatic session cookies list [domain=*, name=JSESSIONID, path=/]
Any ideas how to fix?
回答1:
Somehow Jenkins app is trying to modify JSESSIONID cookie settings. Try to remove in the Security > Global Security > Programmatic session cookie configuration
the matching row ([domain=*, name=JSESSIONID, path=/]
). I didn't test that, so might not work.
回答2:
In fact i just change the cookie name:
Websphere Application Servers -> session management -> enable cookies
-> Cookie Name
Changed it to another name(I set to JSESSIONID_jenkins), and it worked.
来源:https://stackoverflow.com/questions/32374501/how-to-install-jenkins-on-websphere-8-5