Tuesday 26 June 2012

After reboot Jboss service starts but chek fails on port 8080

After jboss started up there was still a check failing in monitoring. The check was on port 8080. The server was responding on port 80 but not 8080. It turned out iptables was the cause. It was set to start on boot on the server. It was turned off on other servers. Added jboss into chkconfig on the server. Turned iptables off on boot (to mirror config as other servers). Set httpd/jboss to start on boot with chkconfig. Set iptables not to start. All fixed now.

No comments:

Post a Comment