Home > OS >  Linux tomcat startup after connection
Linux tomcat startup after connection

Time:11-18

[root @ localhost bin] # curl http://192.168.239.128:8080
Curl: (7) Failed connect to 192.168.239.128:8080; Connection refused

CodePudding user response:

Port in it, is in 127

CodePudding user response:

How to check the rev in 127

CodePudding user response:

Ps - the server ef | grep tomcat check process in open log to see ~ _ ~ or

CodePudding user response:

Suppose your system environment is centos7.6

# if there is a look at the process
Ps - aux | grep tomcat

# see the Tomcat process of port
Netstat | grep tomcat

# to see if the port is blocked
Nc - l port - v

If the things that were too lazy to operation, turn off the firewall and selinux,
  • Related