RE: Urgent help tomcat 9 and https 8443

2020-03-12 Thread Arvind Kumar (ZNetLive)
FYI From: Arvind Kumar (ZNetLive) Sent: 13 March 2020 06:53 To: Tomcat Users List Subject: RE: Urgent help tomcat 9 and https 8443 Please make sure port 8443 is listing if not try to restart your tomcat once and then check the listing, once you get it is listing, please run below command

RE: Urgent help tomcat 9 and https 8443

2020-03-12 Thread Arvind Kumar (ZNetLive)
Please make sure port 8443 is listing if not try to restart your tomcat once and then check the listing, once you get it is listing, please run below command to allow 8443 to open outside of your server. iptables -I INPUT -m tcp -p tcp -s 0.0.0.0/0 --dport 8080 -j ACCEPT How to check 8443 Is