In my tomcat config, I have the following:
<!-- Define an AJP 1.3 Connector on port 8009 -->
<Connector port="8009" protocol="AJP/1.3" redirectPort="8443" />
Once I start tomcat, on that same box, I can telnet localhost 8009
and get a connection. However, on the load balancer, I cannot telnet to that port.
I've disabled the firewalls on both boxes. I'm able to connect on port 8080. What gives???
IPTables is only the case most of the creating this issue. :)