JWChat, JabberHTTPBind with wildfire listening on single IP

Jwchat works fine with Wildfire via JabberHTTPBind until I change the wildfire config to listen only on one IP address with:

The debug in JWchat shows that it is being sent a “terminate” message from wildfire, so communication is being established, it’'s just being told to go away

All other clients work fine.

Is there something I can do to let JWChat play too?

JabberHTTPBind is served by Tomcat

JWChat by Apache using mod_jk and the following config:

and the workers.properties is:

  1. Define 1 real worker using ajp13

worker.list=worker1

  1. Set properties for worker1 (ajp13)

worker.worker1.type=ajp13

worker.worker1.host=localhost

worker.worker1.port=8009

worker.worker1.lbfactor=50

worker.worker1.cachesize=10

worker.worker1.cache_timeout=600

worker.worker1.socket_keepalive=1

worker.worker1.reclycle_timeout=300