After Tomcat8.5 CentOS6.10 deployment starts, the browser can not access the solution

Resolution process is as follows:

First, turn off iptables firewall and selinux

Second, to see tomcat is running

ps aux | grep tomcat

Third, view the port situation

lsof -i:8080

Reviewing is normal

Fourth, view the Tomcat logs

cd /usr/local/tomcat-8.5.47/logs/

vim catalina.2019-11-23.log

Open the log, to the last line, we found the following:

Tomcat starts without error, but stopped at this point, after Baidu, find a solution, an article written by a good article: https://www.cnblogs.com/operationhome/p/10494620.html , can refer to.

Tomcat starts successfully log, as follows:

 

Guess you like

Origin www.cnblogs.com/opsprobe/p/11917009.html