Hi there!
I couldn't figure out how to restrict Coyote/JK2 AJP 1.3 connector to
the local loopback interface.
Actually, I would expect the default settings in workers.properties
(worker.ajp13.host=localhost) to only bind to the local loopback device,
but a netstat -an indicates:

Proto Recv-Q Send-Q Local Address           Foreign Address        
State      
tcp        0      0 0.0.0.0:8000            0.0.0.0:*              
LISTEN      
tcp        0      0 127.0.0.1:8005          0.0.0.0:*              
LISTEN      
tcp        0      0 0.0.0.0:8009            0.0.0.0:*              
LISTEN  
[...]
("shutdown" port 8005 ist doing a great job...)

Hmm, any suggestions?
Thanks,
-sascha


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to