How to install Jenkins on WebSphere 8.5

生来就可爱ヽ(ⅴ<●) 提交于 2019-12-22 08:28:13

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!