一、背景

Jenkins是基于 Java 开发的一种持续集成工具,需要运行在标准的web服务器中,例如Tomcat、Jboss、WebLogic。

而我,并没有安装这些web服务器,只装了JDK,所以在安装Jenkins后,访问http://localhost:8080/,提示请求被拒绝。

安装jenkins后,访问http://localhost:8080/ 被拒绝

 

 

二、解决:

安装tomcat服务器:

https://www.cnblogs.com/yocichen/p/10478431.html

 

安装成功后,再次访问http://localhost:8080/,可成功访问。

安装jenkins后,访问http://localhost:8080/ 被拒绝

 

相关文章:

  • 2021-09-23
  • 2021-06-05
  • 2022-12-23
  • 2021-09-24
  • 2022-12-23
  • 2021-11-04
  • 2020-03-19
猜你喜欢
  • 2021-11-09
  • 2021-12-22
  • 2021-07-17
  • 2021-09-02
  • 2022-02-27
  • 2021-07-11
  • 2021-06-09
相关资源
相似解决方案