Page 1 of 1

Allow tomcat port 8080 through firewall?

Posted: Mon Feb 03, 2020 10:38 am
by admin
firewall-cmd --zone=public --permanent --add-port=8080/tcp

firewall-cmd –-reload

now try to open tomcat using your machine name or IP address with port 8080

http://XXXX:8080