Apache mod_proxy_ajp and tomcat7 (TomEE). Telnet 8009 from localhost works, but from other machine connection refused
Posted
by
exabrial
on Server Fault
See other posts from Server Fault
or by exabrial
Published on 2012-04-06T02:40:55Z
Indexed on
2012/04/06
5:31 UTC
Read the original article
Hit count: 119
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???
© Server Fault or respective owner