【发布时间】:2015-09-03 11:34:13
【问题描述】:
我正在尝试按照wiki 中的说明安装 jenkins(1.627),尽管我收到了这个错误。
无法加载 webapp:SRVE8111E:应用程序 jenkins_war 正在尝试修改与受限编程会话 cookie 列表 [domain=*, name=JSESSIONID, path=/] 中的模式匹配的 cookie
任何想法如何解决?
【问题讨论】:
标签: jenkins websphere-8
我正在尝试按照wiki 中的说明安装 jenkins(1.627),尽管我收到了这个错误。
无法加载 webapp:SRVE8111E:应用程序 jenkins_war 正在尝试修改与受限编程会话 cookie 列表 [domain=*, name=JSESSIONID, path=/] 中的模式匹配的 cookie
任何想法如何解决?
【问题讨论】:
标签: jenkins websphere-8
不知何故,Jenkins 应用程序正在尝试修改 JSESSIONID cookie 设置。尝试删除 Security > Global Security > Programmatic session cookie configuration 中的匹配行 ([domain=*, name=JSESSIONID, path=/])。我没有对此进行测试,因此可能无法正常工作。
【讨论】:
其实我只是改了cookie的名字:
Websphere Application Servers -> session management -> enable cookies
-> Cookie Name
将其更改为另一个名称(我设置为 JSESSIONID_jenkins),它起作用了。
【讨论】: