https://issues.apache.org/bugzilla/show_bug.cgi?id=57376
Bug ID: 57376
Summary: host specified in worker is misunderstood
Product: Tomcat Connectors
Version: 1.2.40
Hardware: PC
Status: NEW
Severity: normal
Priority: P2
Component: mod_jk
Assignee: [email protected]
Reporter: [email protected]
Server A: Windows 2008 Foundation running Apache 2.2
Server B: Unbuntu 14 running Tomcat 6
A worker was set to serve an application hosted in B
worker.list=worker1
worker.worker1.host=192.168.1.23
worker.worker1.port=8009
worker.worker1.type=ajp13
worker.worker1.lbfactor=1
When trying to use the applicaction with an URL like "A/app" the A server
responded that the service was unavailable
I found in mod_jk.log:
[Thu Dec 18 09:47:52 2014] [4900:1616] [info] jk_open_socket::jk_connect.c
(758): connect to 127.0.0.1:8009 failed (errno=61)
Clearly that was not the IP indicated. I intentionally modified the properties
to something weird like:
worker.list=worker1
worker.worker1.host=800.23.43.400
worker.worker1.port=9999
worker.worker1.type=ajp13
worker.worker1.lbfactor=1
but the log showed the same entry.
So I switched to version .39 (and restored the original properties) and the log
showed:
[Thu Dec 18 10:55:34 2014] [7072:1628] [info] jk_open_socket::jk_connect.c
(735): connect to 144.252.12.0:8019 failed (errno=61)
again, the IP was somehow misunderstood
I finally switched to version .37 and the applicaction ran fine
Regards,
Alvaro Castiello de la Hidalga
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]