jenkins deployment of offline experience how to solve the problem

Deployment jenkins when the page offline experience how to solve the problem

Deployment jenkins encounter a problem, then tell me what you jenkins has been off-line, what the hell, then find a lot of blog

Later, they finally succeeded verification, but also for everyone to share, simply https instead http on it

Do not move here, continue to open a page and visit http: ip: 8080 / jenkins /   pluginManager / advanced

The url path https / modified to http

 

 

Restart tomcat

[root@jenkins ~]# /usr/local/tomcat/bin/shutdown.sh

Using CATALINA_BASE:   /usr/local/tomcat

Using CATALINA_HOME:   /usr/local/tomcat

Using CATALINA_TMPDIR: /usr/local/tomcat/temp

Using JRE_HOME:        /usr/local/java

Using CLASSPATH:       /usr/local/tomcat/bin/bootstrap.jar:/usr/local/tomcat/bin/tomcat-juli.jar

[root@jenkins ~]# /usr/local/tomcat/bin/startup.sh

Using CATALINA_BASE:   /usr/local/tomcat

Using CATALINA_HOME:   /usr/local/tomcat

Using CATALINA_TMPDIR: /usr/local/tomcat/temp

Using JRE_HOME:        /usr/local/java

Using CLASSPATH:       /usr/local/tomcat/bin/bootstrap.jar:/usr/local/tomcat/bin/tomcat-juli.jar

Tomcat started.

重启完刷新你的jenkins页面,会成功跳转输入账号密码地方

 

Guess you like

Origin www.cnblogs.com/zc1741845455/p/10955397.html