【问题标题】:How to install Jenkins on WebSphere 8.5如何在 WebSphere 8.5 上安装 Jenkins
【发布时间】:2015-09-03 11:34:13
【问题描述】:

我正在尝试按照wiki 中的说明安装 jenkins(1.627),尽管我收到了这个错误。

无法加载 webapp:SRVE8111E:应用程序 jenkins_war 正在尝试修改与受限编程会话 cookie 列表 [domain=*, name=JSESSIONID, path=/] 中的模式匹配的 cookie

任何想法如何解决?

【问题讨论】:

    标签: jenkins websphere-8


    【解决方案1】:

    不知何故,Jenkins 应用程序正在尝试修改 JSESSIONID cookie 设置。尝试删除 Security > Global Security > Programmatic session cookie configuration 中的匹配行 ([domain=*, name=JSESSIONID, path=/])。我没有对此进行测试,因此可能无法正常工作。

    【讨论】:

      【解决方案2】:

      其实我只是改了cookie的名字:

      Websphere Application Servers -> session management -> enable cookies
      -> Cookie Name
      

      将其更改为另一个名称(我设置为 JSESSIONID_jenkins),它起作用了。

      【讨论】:

      • 是的,这也应该有效,因为 cookie 名称不再在该程序化 cookie 列表中 :-)
      • 我也在尝试在 WAS 8.5.5.13 上安装最新的 jenkins (2.135) 版本。我遇到了与上面提到的相同的错误。尝试了接受的答案,但它没有用。有什么否则我可以做。谢谢
      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2013-07-17
      • 2015-04-14
      • 2018-04-12
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多